This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

little problem while making eggdrop 1.6.7

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

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

S
SkiRmiS

Post by SkiRmiS »

if you want i can send you precompiled binaries for these distribution : debian, slacware or mandrake. But I think you will have the some problem using eggdrop tcl scripts.

Goodluck
.P.S. maybe you can ask shell admin for reintalliation tcl
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Ask the shell admin to correcty install Tcl, or do the following.
setenv LD_LIBRARY_PATH /path/to/ld.so.1
Note, this will need to be put into the environment, each time eggdrop needs loading.
Locked