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.

Difficulty with Shared libs

Old posts that have not been replied to for several years.
Locked
d
darkie
Voice
Posts: 20
Joined: Sun Feb 23, 2003 4:50 am

Difficulty with Shared libs

Post by darkie »

I get this error when I compile eggdrop:

Successful compile: eggdrop

make[1]: Leaving directory `/home/splash/eggdrop1.6.15/src'

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

I did 'find /usr -name libtcl*' and got this:

/usr/local/lib/libtcl8.3.so
/usr/local/lib/libtclstub8.3.a

Then I did 'find /usr -name tcl.h' and got this:

/usr/local/include/tcl.h

What could be wrong?

P.S I use TCL version 8.3.2
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

put /usr/local/lib into /etc/ld.so.conf and run ldconfig.
Locked