Also ich habe einen VServer gemietet dort habe ich Tcl und GNU C Compiler
drauf getan GNU C Compiler war schon drauf (tcl8.3.4) und dann habe ich den
eggdrop1.6.15 drauf getan, jetzt habe ich in putty alles so eingegeben
zuerst für tcl:
tar -zxvf tcl8.3.4.tar.gz
cd tcl8.3.4/unix
./configure --prefix=$HOME --enable-shared
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
-----------------------
jetzt von eggdrop:
tar xvzf eggdrop1.6.15.tar.gz
cd eggdrop1.6.15.tar.gz
./configure --with-tcl-inc=$HOME/include --with-tcl-lib=$HOME/lib
make config
make
( NACH MAKE KOMMT FOLGENDER FEHLER:
./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127 )
make install
(config ändern)
./eggdrop -m eggdrop.conf
____________________________________-
MEINE FRAGE IST WO IST DER FEHLER WAS MACHE ICH FALSCH
BIITE HELFT MIR WEITER
drauf getan GNU C Compiler war schon drauf (tcl8.3.4) und dann habe ich den
eggdrop1.6.15 drauf getan, jetzt habe ich in putty alles so eingegeben
zuerst für tcl:
tar -zxvf tcl8.3.4.tar.gz
cd tcl8.3.4/unix
./configure --prefix=$HOME --enable-shared
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
-----------------------
jetzt von eggdrop:
tar xvzf eggdrop1.6.15.tar.gz
cd eggdrop1.6.15.tar.gz
./configure --with-tcl-inc=$HOME/include --with-tcl-lib=$HOME/lib
make config
make
( NACH MAKE KOMMT FOLGENDER FEHLER:
./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127 )
make install
(config ändern)
./eggdrop -m eggdrop.conf
____________________________________-
MEINE FRAGE IST WO IST DER FEHLER WAS MACHE ICH FALSCH
BIITE HELFT MIR WEITER
