This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem starting

General support and discussion of Eggdrop bots.
Post Reply
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Problem starting

Post by intel »

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.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

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.
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Post by intel »

Thanks I got it. Now my issue is I can get the bot to join the server but wont join the channel.
Also how do you install the patch for SSL?

TIA
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Post Reply