i get this error msg " ./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127 "
checking for strftime... yes
checking for fsync... yes
checking for vsprintf... yes
checking for broken libsafe sscanf... no
checking for Tcl library... found /usr/local/lib/libtcl8.4.so <<< it find it
checking for Tcl header... found /usr/local/include/tcl.h <<< find it
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4.3
checking for Tcl_Free in -ltcl8.4... yes
checking for TclpFinalizeThreadData in -ltcl8.4... no
configure: creating ./config.status
I have installed tcl 8.0 in my home directory, but now when I try to install Eggdrop 1.6.15 it says that my tcl version is too old
I installed tcl 8.4.3 in my home directory but when I try to use the "make" command for Eggdrop 1.6.15, it returns the same error message.
How could I install Eggdrop 1.6.15 without using tcl 8.4.x (or how could I install tcl 8.4.x without being root (no changes to /etc/ directory?)
compile tcl like this:
./configure --disable-shared && make
-------
compile eggdrop:
./configure --with-tcllib=$HOME/tcl8.4.5/unix/libtcl8.4.a --with-tclinc=$HOME/tcl8.4.5/generic/tcl.h
make eggdrop
make static
make sinstall