today i noticed that the cron task was not able to launch the bot and upon further investigation i found the following:
- Code: Select all
m0nde@redhat~/eggdrop$ ./trollinat.botchk
Couldn't find bot 'trollinat' running, reloading...
Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[00:31] --- Loading eggdrop v1.6.19+ctcpfix (Sun Dec 6 2009)
[00:31] Can't load modules dns: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules channels: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules server: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules ctcp: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules irc: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules notes: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules console: libdns.so.50: cannot open shared object file: No such file or directory
upon investigation in this forum, i found the following thread:
viewtopic.php?f=7&t=1355
I cannot figure out what was done to fix this problem. I have tried recompiling from the configure stage and the executable works.
Please help.
EDIT: I have tried which libdns.so and which libdns.so.?? and which libdns.so.50 but none are found