I am using the new eggdrop 1.6.7
this is what I have done :
gzip -d egg...
tar -xvf egg...
rm egg....
cd eggdrop1.6.7
then I had to setenv paths, because defaults are wrong in my shell account... (they are using 8.3 there)
setenv TCLINC /opt/tcl/include
setenv TCLLIB /opt/tcl/lib
then I runned configure
./configure
all looked normal, no errors, no crashes.
then I used make config
make config
it all looked normal too...
then system said that I would only need to run make and make install after make to make bot ready... I runned make
make
it linked :
Linking eggdrop...
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 main.o mem.o misc.o misc_file.o modules.o n
et.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o
users.o -L/opt/tcl/lib -ltcl8.3 -lm -lpthread -ldl -lnsl -lsocket md5/md5c.o c
ompat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
ld.so.1: ./eggdrop: fatal: libtcl8.3.so: open failed: No such file or directory
*** Error code 137
make: Fatal error: Command failed for target `modegg'
WHAT NOW ?
I am sure that the file is in it's real directory, how else could have I passed the ./configure setup... what should I do now ???
PLEASE HELP SOMEONE ME !!!
Thanks