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.

eror compialing egg drop error while loading libtcl8.4.so

Old posts that have not been replied to for several years.
Locked
b
bobothn
Voice
Posts: 1
Joined: Mon Feb 14, 2005 11:05 pm
Contact:

eror compialing egg drop error while loading libtcl8.4.so

Post by bobothn »

ok when i compile it says it finds my libtcl8.4.so file

Code: Select all

checking for Tcl library... found /usr/local/lib/libtcl8.4.so
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4.6
checking for Tcl_Free in -ltcl8.4... yes
but when ever i make file it comes up with error

Code: Select all

Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127
srry if there are other bout this i did a search and couldent find one plz help
also i have tryed un installing and reinstalling tcl but no help

srry i have gotten help else were you can delete this post. i needed to run
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

reinstall tcl, and RTFM :wink:
Locked