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.

error while loading shared libraries: libtcl8.4.so:

Old posts that have not been replied to for several years.
Locked
D
DeMiNe0
Voice
Posts: 1
Joined: Tue Feb 22, 2005 3:58 pm

error while loading shared libraries: libtcl8.4.so:

Post by DeMiNe0 »

Hey, when i try to make eggdrop 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:
*** [modules] Error 127.

I look at the ./configure output and i see:
checking for Tcl library... found /usr/local/lib/libtcl8.4.so.
And in the Makefile i see:
XREQS = /usr/local/lib/libtcl8.4.so.

The file /usr/local/lib/libtcl8.4.so does exist as well.

I have no clue whats wrong :(.
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

export LD_LIBRARY_PATH="/usr/local/lib"
Que?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

i remember this exact error message used to be in the eggdrop README...and the solution generally involved reinstalling tcl on your machine :?
Locked