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.

Cant find libtcl8.4.so?

Old posts that have not been replied to for several years.
Locked
e
elderban

Cant find libtcl8.4.so?

Post by elderban »

Trying to install eggdrop 1.6.15, but when it does the make install, I get the following error:

./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [install-start] Error 127

I'm running TCL 8.4.3.

Any suggestions?

Thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This is caused by a incomplete install of Tcl.

You need to edit /etc/ld.so.conf and place a entry pointing to the path of the Tcl lib.

Once this is done, you need to run ldconfig as root.
e
elderban

Post by elderban »

Tried recompiling eggdrop three times and it still had the same problem, even after editing the ld.so.conf. So I manually searched for the .so file and found it and put the correct path in the ld.so.conf file. It wasn't in the default spot...weird.
Locked