I'm pretty new to Linux and Eggdrop, but I am trying to run my own bot. I did a ./configure and all went well, but when I enter the make command, I get the following error:
Linking eggdrop...
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 match.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 -ltcl8.4 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/home/eggdrop1.6.15/src'
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127
I checked for that file libtcl8.4.so and it is on my computer @ /usr/local/lib/libtcl8.4.so
Can somebody please assist me on what to do next because I am all out of ideas

Thanks in advance!!!