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.

Unable to start eggdrop after successful compile

General support and discussion of Eggdrop bots.
Post Reply
d
damx
Voice
Posts: 4
Joined: Thu Aug 21, 2008 5:29 am

Unable to start eggdrop after successful compile

Post by damx »

I get this error while attempting to run eggdrop1.6.19 after a successful compile

Code: Select all

Test run of ./eggdrop -v:
ld.so.1: eggdrop: fatal: libtcl8.4.so: open failed: No such file or directory
gmake: *** [modules] Killed
I have installed tcl 8.4.19 so i have no idea why is this error occurring.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

If you did a system-wide installation of tcl, you most likely forgot to run ldconfig (and possibly add the location of the libs to /etc/ld.so.conf).

If you installed it in your home directory, you'll either have to set the LD_LIBRARY_PATH environment variable prior make install and everytime you start your eggdrop; recompile your eggdrop static; or relink it with an --rpath directive stating the location of your libtcl8.4.so.
NML_375
d
damx
Voice
Posts: 4
Joined: Thu Aug 21, 2008 5:29 am

Post by damx »

Problem solved. THanks alot. Solaris has poor lib management :(
Post Reply