During the make step of compiling eggdrop (1.6.15) i get this error
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127
I have installed tcl and the ./configure script finds it just fine. I installed tcl using a standard compilation as directed by its instructions.
checking for Tcl library... found /usr/local/lib/libtcl8.4.so
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4.4
checking for Tcl_Free in -ltcl8.4... yes
checking for TclpFinalizeThreadData in -ltcl8.4... no
I found others with this error in a google search, but none were in english, and babelfish didn't give me anything useful out of them.