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.

help me! TCL PROBLEM

Old posts that have not been replied to for several years.
Locked
t
tkhjosh

Post by tkhjosh »

./eggdrop: error in loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory


please email me
M
MasterOfDisaster

Post by MasterOfDisaster »

Put this in your shell login (.bashrc)

export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib

may be you have to change the path into your installation path
t
tkhjosh

Post by tkhjosh »

could you please further explain?
i did all those and its still the same errors i am running this on root
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

If you're root, and I assume by that you installed tcl, then you haven't rebuilt your library hint files. man 8 ldconfig
Locked