Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

to run installation smoothly

#yum install readline-devel ncurses-devel

#yum install gcc-c++


#yum -y install nctunsclient
#yum install VirtualBox
# yum install gcc-c++ tcsh autoconf automake libtool libXmu-devel \
xterm mkinitrd tcl-devel tk-devel ncurses-devel qt3

export NCTUNSHOME=/usr/local/nctuns
export NCTUNS_TOOLS=$NCTUNSHOME/tools
export NCTUNS_BIN=$NCTUNSHOME/bin
export PATH=${NCTUNS_BIN}:${PATH}

Open three terminal windows , and su to root.


First terminal : 1) # source /usr/local/nctuns/etc/nctuns.bash
2) # dispatcher

Second terminal : 1) # source /usr/local/nctuns/etc/nctuns.coordinator


2) # coordinator

Third terminal : 1) # source /usr/local/nctuns/etc/nctuns.nctunsclient


2) # nctunsclient

TO DOWNLOAD FEDORA ANY VERSION


https://archive.org/download/fedora-7_release

app_init.cc:38:17: warning: tcl.h: No such file or directory


./tclObject.h:187:
error: ‘ClientData’ has not been declared
./tclObject.h:188:
error: ‘Tcl_Interp’ has not been declared
./app_init.h:41:
error: ‘Tcl_Interp’ was not declared in this scope
./app_init.h:41:
error: expected primary-expression before ‘)’ token
app_init.cc:57:
error: ‘ClientData’ was not declared in this scope
app_init.cc:58:
error: ‘Tcl_Interp’ was not declared in this scope
app_init.cc:58:
error: ‘interp’ was not declared in this scope
app_init.cc:59:
error: expected primary-expression before ‘int’
app_init.cc:59:
error: expected primary-expression before ‘char’
app_init.cc:59:
error: initializer expression list treated as compound expression
app_init.cc:60:
error: expected ‘,’ or ‘;’ before ‘{’ token
make[1]: *** [app_init.o]
Error 1
make: *** [.] Error 2
ERROR: make failed...

You might also like