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 Loading TCL

General support and discussion of Eggdrop bots.
Post Reply
z
zeruel
Voice
Posts: 1
Joined: Tue Apr 10, 2007 10:51 am

Error Loading TCL

Post by zeruel »

afther alot of time i could compile it... i dont know why but the configure autodetected my tcl but itgave me error and i have to specific the tcl header and library and it compile

but when it was about to start with ./eggdrop -v it gave me error

Code: Select all

error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
anybody know how to solve this?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Did you try searching? Perhaps this topic will help you.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

You could do ldd on your tcllib and see if there's a dependent lib missing, or you could do "strace eggdrop -v > out.log 2>&1" and then read through the strace log to see what exactly is missing.

If you had to specify the lib path during configure, then you should add that path to your /etc/ld.so.conf and run ldconfig so that the path is automatically checked when running programs (eg, put /usr/local/lib or whatever path libtcl is in, into /etc/ld.so.conf) ld.so.conf exists in linux and bsd (I think.)
Post Reply