Hello,
I just got a dedicated server with CentOS 5 and tried to install an eggdrop bot, but i got few errors.
First of all, tcl8.4 was already installed (with "yum install tcl"). But during ./configure an error was displayed that it can't find tcl. So I downloaded tcl from the official site and I installed tcl8.5.
1) ./configure was able to continue without problems
2) 'make config' was executed without problems
3) 'make' was executed, but in the final stage, this error was dispalyed:
Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127
I removed tcl 8.4 (yum remove tcl), but still the same error. But when I typed 'locate libtcl8.5.so' I saw this:
-bash-3.2$ locate libtcl8.5.so
/usr/local/lib/libtcl8.5.so
So the file exists and eggdrop was able to find it in the "./configure" stage. Why can't it find it now?