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.

"Can't load modules channels" error

General support and discussion of Eggdrop bots.
Post Reply
m
marcel01
Voice
Posts: 3
Joined: Fri Sep 03, 2010 8:05 am

"Can't load modules channels" error

Post by marcel01 »

Hello, i guess this question has been asked several times, but I couldnt find an answer. After compiling the eggdrop using make and make install, i tried to run it. Then, I got the following error:

Code: Select all

Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[14:09] --- Loading eggdrop v1.6.19+ctcpfix (Fri Sep  3 2010)
[14:09] Listening at telnet port 49188 (all).
[14:09] Can't load modules channels: Cannot open "/homex2/marcel01/eggdrop1.6.19/modules/channels.so"
[14:09] Tcl error in file 'eggdrop.conf':
[14:09] invalid command name "channel"
    while executing
"channel add #marcel01 {
    chanmode "+tn"
    idle-kick 0
    flood-chan 5:4
    flood-join 5:10
    flood-ctcp 3:60
    flood-deop 0:0
    flood-kic..."
    (file "eggdrop.conf" line 106)
[14:09] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
The config file was generated by an eggdrop website. What am I doing wrong? Thanks for reading and hopefully answering :D
w
willyw
Revered One
Posts: 1203
Joined: Thu Jan 15, 2009 12:55 am

Re: "Can't load modules channels" error

Post by willyw »

marcel01 wrote:Hello, i guess this question has been asked several times, but I couldnt find an answer. After compiling the eggdrop using make and make install, i tried to run it. Then, I got the following error:

Code: Select all

Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[14:09] --- Loading eggdrop v1.6.19+ctcpfix (Fri Sep  3 2010)
[14:09] Listening at telnet port 49188 (all).
[14:09] Can't load modules channels: Cannot open "/homex2/marcel01/eggdrop1.6.19/modules/channels.so"
...
The config file was generated by an eggdrop website. What am I doing wrong? Thanks for reading and hopefully answering :D
In your eggdrop.conf, check this:

Code: Select all

  
set mod-path "modules/"
to see if it is pointing to the directory where your modules really are stored.

Here:
http://eggwiki.org/Eggdrop.conf
you can find a fully commented eggdrop.conf to read , as yours may not be.
m
marcel01
Voice
Posts: 3
Joined: Fri Sep 03, 2010 8:05 am

Post by marcel01 »

Hello, the only "channels" file there is "channels.so"
User avatar
CrazyCat
Revered One
Posts: 1298
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Are you launching your eggdrop from /homex2/marcel01/eggdrop/ ?
This is the directory you must be in, as said in http://www.egghelp.org/setup.htm
m
marcel01
Voice
Posts: 3
Joined: Fri Sep 03, 2010 8:05 am

Post by marcel01 »

Yes, thats the directory i'm in. I ended up redoing the config after reinstalling. It seems to work, thanks for your help! :D
Post Reply