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.
General support and discussion of Eggdrop bots.
dellthinker
Voice
Posts: 17 Joined: Mon Mar 26, 2007 2:41 pm
Post
by dellthinker » Thu Apr 05, 2007 1:06 pm
Hi all. Im using another shell with this one, but its not loading the bot. Here's the error msg
Code: Select all
[12:03] Can't load modules dns: Cannot open "/eggdrop/modules/dns.so"
[12:03] Can't load modules channels: Cannot open "/eggdrop/modules/channels.so"
[12:03] Can't load modules server: Cannot open "/eggdrop/modules/server.so"
But i do have modules in that folder
And the .so files are in there as well. What could be the problem?
Also. can someone explain this error
Code: Select all
[12:03] Tcl error in file 'DarkMatter.conf':
[12:03] invalid command name "channel"
while executing
"channel add #C/C++ {
chanmode "+nt-likm"
idle-kick 0
stopnethack-mode 0
revenge-mode 0
ban-time 120
exempt-time 60..."
(file "DarkMatter.conf" line 131)
Thanx in advance!
hotrs
Voice
Posts: 13 Joined: Tue Apr 03, 2007 2:51 am
Post
by hotrs » Thu Apr 05, 2007 2:16 pm
dellthinker wrote:
Code: Select all
[12:03] Can't load modules dns: Cannot open "/eggdrop/modules/dns.so"
[12:03] Can't load modules channels: Cannot open "/eggdrop/modules/channels.so"
[12:03] Can't load modules server: Cannot open "/eggdrop/modules/server.so"
I had the same problem when I tried to chroot eggdrop, the reason were some missing libraries in the chroot environment. Try ldd on all of these modules and install the missing libraries ...
hth,
hotrs
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Thu Apr 05, 2007 7:05 pm
Your other error is the channel name itself as the forward stroke is a Tcl control character. Try "channel add #C\/C++"
dellthinker wrote: Also. can someone explain this error
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
user
Posts: 1452 Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway
Post
by user » Sat Apr 07, 2007 1:26 pm
Alchera wrote: Your other error is the channel name itself as the forward stroke is a Tcl control character.
Not true. The forward slash has no special meaning in Tcl.
dellthinker wrote: invalid command name "channel"
The command 'channel' does not exist before the channels module is loaded.
Have you ever read "The Manual"?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sat Apr 07, 2007 8:03 pm
I really need to concentrate a bit more.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM