Code: Select all
LD_LIBRARY_PATH=My_location; export LD_LIBRARY_PATH
or better yet, put LD_LIBRARY_PATH=My_location in your cron file (don't forget to run crontab afterwards)
Code: Select all
LD_LIBRARY_PATH=My_location; export LD_LIBRARY_PATH
Code: Select all
Your Tcl version is much too old for Eggdrop to use. You should
download and compile a more recent version. The most reliable
current version is 8.4.6 and can be downloaded from
ftp://tcl.activestate.com/pub/tcl/tcl8_4/.
See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section
for more information.
Code: Select all
configure: warning:
You must specify both --with-tcllib and --with-tclinc for either to work.
configure will now attempt to autodetect both the Tcl library and header.
configure: warning:
The file '' given to option --with-tcllib is not valid.
configure will now attempt to autodetect both the Tcl library and header.
configure: warning:
The file '' given to option --with-tclinc is not valid.
configure will now attempt to autodetect both the Tcl library and header.
checking for Tcl library... using /lib
checking for Tcl header... using /
checking whether the Tcl system has changed... yes
checking for Tcl version...
checking for Tcl patch level...
configure: error:
soomon wrote: but where's the problem?
Code: Select all
The file '' given to option --with-tclinc is not valid.
Code: Select all
tag when posting logs, code
Code: Select all
configure: warning:
The file '/usr/local/include/tcl8.4/tcl.h' given to option --with-tclinc is not valid.
configure will now attempt to autodetect both the Tcl library and header.
checking for Tcl library... using /lib
checking for Tcl header... using /
checking whether the Tcl system has changed... yes
checking for Tcl version...
checking for Tcl patch level...
configure: error:
Your Tcl version is much too old for Eggdrop to use
Code: Select all
tag when posting logs, code
Code: Select all
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127
Code: Select all
gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/local/lib -ltcl8.5 -lm -ldl -ldns -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
touch ../eggdrop