Is there some things I shoud know when installing eggdrop on Solaris?
I've tried but it gives error message when running make. It starts the linking part and then says:
Do You have tcl installed at all?
Make searches libtcl.so (shared library). It could be in
/usr/lib, or /usr/local/lib . Where do You have it?
Mybe You find these:
ls /usr/local/lib/
libtcl8.4.so libtclstub8.4.a php php.ini tcl8.4 tclConfig.sh
as in my system.....
try then to make link,
ln -s /usr/local/lib/libtcl8.4.so /usr/local/lib/libtcl.so
and then make again.....