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.
Old posts that have not been replied to for several years.
-
F
Freestyler
Post
by Freestyler »
hi,
wenn i make
make than i become this error
inking 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 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.4 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/home/free/eggdrop1.6.12/src'
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot load shared object file: No such file or directory
make: *** [modegg] Error 127
me:/home/free/eggdrop1.6.12 #
can one help me i have installed TCL Version 8.4 but it don´t run.
thx Freestyler
-
guppy
- eggdrop engineer
- Posts: 199
- Joined: Mon Sep 24, 2001 8:00 pm
- Location: Canada
-
Contact:
Post
by guppy »
This should be in the Eggdrop help forum as it has nothing to do with module programming.
Are you root? If so .. added '/usr/local/lib' to '/etc/ld.so.conf' and run 'ldconfig'.
If you are not root ... you need to do 'EXPORT LD_LIBRARY_PATH=path_to_your_tcl_lib' each time before you run your bot.
-
ppslim
- Revered One
- Posts: 3914
- Joined: Sun Sep 23, 2001 8:00 pm
- Location: Liverpool, England
Post
by ppslim »
Alternativly, tell your shell provider to fix it or get a clue.