./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory. make:
*** [modules] Error 127.
I look at the ./configure output and i see:
checking for Tcl library... found /usr/local/lib/libtcl8.4.so.
And in the Makefile i see:
XREQS = /usr/local/lib/libtcl8.4.so.
The file /usr/local/lib/libtcl8.4.so does exist as well.
I have no clue whats wrong
