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.

Eggdrop cannot find TCL

Old posts that have not been replied to for several years.
Locked
l
lietu

Eggdrop cannot find TCL

Post by lietu »

I tried compiling Eggdrop, everything went fine after setting the environment variables TCLLIB and TCLINC to point to the right places, but now that I try to do make install, it dies with message:

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

I did install ActiveTcl, so could this be the problem, I've doublechecked the TCLLIB & TCLINC env. variables and they're correct..
I tried reading the docs but they were of no use in this matter..

I'd appreciate your help..
K
Katsumi

Post by Katsumi »

just try

Code: Select all

./configure --with-tcllib=/path/to/the/tcllib-file --with-tclinc=/path/to/the/header-file
...using the same environment as you specified in exported TCLLIB ad TCLINC
Locked