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:
gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/local/lib -ltcl -lm -ldl -ldns -lnsl -lsocket md5/md5c.o compat/*.o `cat mod/mod.xlibs`
../eggdrop
ld.so.1: ../eggdrop: fatal: libtcl.so: open failed: No such file or directory
make[1]: *** [../eggdrop] Killed
make[1]: *** Deleting file `../eggdrop'
make[1]: Leaving directory `/home/oppilaat/99/tie90y3/pasasa00/eggdrop/src'
make: *** [modegg] Error 2
Could anyone help me?