I tried compiling Eggdrop, everything went fine after setting the environment variables TCLLIB and TCLINC to point to the right places, but now that I try to do make install, it dies with message:
./eggdrop: error in loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory
I did install ActiveTcl, so could this be the problem, I've doublechecked the TCLLIB & TCLINC env. variables and they're correct..
I tried reading the docs but they were of no use in this matter..