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.

make bot error

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

Post by Guest »

I get this error for "make" & "make static" of eggdrop 1.6.6. Can some1 shed some light??
Advanced thx guys n gals..

Successful compile: eggdrop

ld.so.1: ./eggdrop: fatal: libtcl.so: open failed: No such file or directory
*** Error code 137
make: Fatal error: Command failed for target `static'
g
galaxyboy

Post by galaxyboy »

Reupload eggdrop1.6.6 files. Next, do a
tar zxvf eggdrop1.6.6.tar.gz
Follow the instructions and do ./configure, make and make install respectively
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

galaxyboy - next time, make a few tests, and you will see that he has allready done this. If he had not, it wouldn't even try to compile.

This is a Tcl library problem.

COntact the shell admin, and ask him to install the Tcl lib properly.
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Sysadm,
do: export LD_LIBRARY_PATH=/path/to/ld.so.1
It worked for me.
I'm not really sure what's the correct path to ld.so.1 so you'll have to try all the paths ...

To find ld.so.1 do: find / -name "ld.so.1" -print 2>/dev/null

MaSsKilla

#eggdrop
Undernet
G
Guest

Post by Guest »

thanks galaxyboy / ppslim and MaSsKi||a.

I have already set the path for both "ld.so.1" and "libtcl.so" yet i still get the same error. Could it be due to incompatible tcl & eggdrop versions? HAs anyone tried on a sparc solaris. If yes, what version of tcl/tk/eggdrop. Thx again all.
Locked