I get this error when I compile eggdrop:
Successful compile: eggdrop
make[1]: Leaving directory `/home/splash/eggdrop1.6.15/src'
./eggdrop: error while loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory
make: *** [static] Error 127
I did 'find /usr -name libtcl*' and got this:
/usr/local/lib/libtcl8.3.so
/usr/local/lib/libtclstub8.3.a
Then I did 'find /usr -name tcl.h' and got this:
/usr/local/include/tcl.h
What could be wrong?
P.S I use TCL version 8.3.2