I get the following error:
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[22:48] --- Loading eggdrop v1.6.18 (Tue Feb 26 2008)
[22:48] Can't load modules dns: /home/intel/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[22:48] Can't load modules channels: /home/intel/eggdrop/modules/channels.so: cannot open shared object file: No such file or directory
[22:48] Tcl error in file 'eggdrop.conf':
[22:48] invalid command name "channel"
while executing
Any help is appreciated.
I am running Debian Linux and new to linux so please give details.
usually we see this error refering to libtcl, but no matter. Eggdrop is looking for these modules and not finding them, so either the path is incorrectly defined in the conf file, or perhaps you forgot to run make install after you ran make. At any rate, double check your conf file for errors around these modules. Also, it says invalid command name "channel"... Check the static channel settings in your conf, most likely the variable is supposed to be channel add, and just got moof'd up.