[01:14] Module loaded: dns
[01:14] Can't load modules channels: libtcl8.3.so.1: cannot open shared object file: No such file or directory
[01:14] Can't load modules server: libtcl8.3.so.1: cannot open shared object file: No such file or directory
[01:14] Can't load modules irc: libtcl8.3.so.1: cannot open shared object file: No such file or directory
[01:14] Can't load modules blowfish: libtcl8.3.so.1: cannot open shared object file: No such file or directory
[01:14] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
I get this error, where can i get those modules that work with the new tcl ?!
Read that silly document distributed with every eggdrop aptly named 'README'...item 6k...:
6k. I GET "ld-elf.so.1: Shared object "libtcl80.so.1" not found" or
"eggdrop: error in loading shared libraries libtcl8.1.so: \
cannot open shared object file: No such file or directory" WHEN I TRY
TO START MY BOT.
'./configure' is looking in the wrong place for Tcl; it looks like it
compiled with one version of Tcl and tries to load another. Maybe your
sysadmin upgraded Tcl and didn't tell you. In that case, you should just
need to recompile your bot.
Maybe, when upgrading, he didn't clean the old version of Tcl and
'./configure' is looking for the files in the wrong places, or trying
to use different versions of tcl.h and libtcl*. Smack your admin and
have him install Tcl properly.