It worked good until make config
But on 'make' I got an error:
ssh wrote:
All modules compiled.
make[1]: Leaving directory `/home/anali/eggdrop1.6.19/src/mod'
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
It worked good until make config
But on 'make' I got an error:
ssh wrote:
All modules compiled.
make[1]: Leaving directory `/home/anali/eggdrop1.6.19/src/mod'
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
(Linux 2.6.18-53.1.6.el5.028stab053.6)
since this is on a GNU system, try configuring for threaded TCL
this tcl8.5.2 is configured in the following flags:
--prefix=/home/anali/tcl
--exec-prefix=/home/anali/tcl
--enable-threads
and tested with and without --enable-threads flag
I can't compile tcl to the standard dir (/usr/lib), because I am not a root and in that have old libraries, then I install it in my home dir..