I just upgraded my Fedora from 3 to 4 and after that my egg would not run at all. I have recompiled the egg, but all I get when I try to launch it is:
Code: Select all
[user@host egg]$ ./eggdrop bot.conf
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[16:28] --- Loading eggdrop v1.6.17 (Thu Aug 18 2005)
[16:28] Can't load modules dns: libdns.so.16: cannot open shared object file: No such file or directory
[16:28] Can't load modules channels: libdns.so.16: cannot open shared object file: No such file or directory
[16:28] Can't load modules server: libdns.so.16: cannot open shared object file: No such file or directory
[16:28] Can't load modules ctcp: libdns.so.16: cannot open shared object file: No such file or directory
[16:28] Can't load modules irc: libdns.so.16: cannot open shared object file: No such file or directory
[16:28] Tcl error in file 'bot.conf':
[16:28] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld
while executing
"unbind msg - hello *msg:hello"
(file "bot.conf" line 1038)
[16:28] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
[user@host egg]$
Thanks in advance!