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.

Eggdrop 1.4.3 help

Old posts that have not been replied to for several years.
Locked
s
sxe32

Post by sxe32 »

During the 'make' towards the end I get this message. Any suggestions are appreciated

make[2]: Entering directory `/home/admin/eggdrop1.4.3/src/md5'
gcc -g -O2 -Wall -I.. -DHAVE_CONFIG_H -c md5c.c
make[2]: Leaving directory `/home/admin/eggdrop1.4.3/src/md5'
---------- Yeah! that's the compiling, now the linking! ----------

Linking eggdrop...

gcc -o ../eggdrop botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o flags.o language.o main.o mem.o misc.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o md5/md5c.o -L/usr/local/lib -ltcl8.3 -lm -ldl -lnsl
strip ../eggdrop
Successful compile: eggdrop

make[1]: Leaving directory `/home/admin/eggdrop1.4.3/src'

./eggdrop: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
make: *** [modegg] Error 127


<font size=-1>[ This Message was edited by: sxe32 on 2001-12-23 16:29 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

A rather obscure error, that may have allready been fixed.

Try updating eggdrop1.6.7, where, if the problems persist, you are likely to get support on.
s
sxe32

Post by sxe32 »

the error when I try to 'make' using 1.6.7:

make[2]: Leaving directory `/home/admin/eggdrop1.6.7/src/compat'
---------- Yeah! that's the compiling, now the linking! ----------

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 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.3 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop

make[1]: Leaving directory `/home/admin/eggdrop1.6.7/src'

./eggdrop: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
make: *** [modegg] Error 127


<font size=-1>[ This Message was edited by: sxe32 on 2001-12-26 14:07 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

compile it statically (make static)
Locked