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.

Error when starting eggdrop

General support and discussion of Eggdrop bots.
Post Reply
User avatar
KaMZaTa
Voice
Posts: 2
Joined: Sat Sep 09, 2006 7:40 pm

Error when starting eggdrop

Post by KaMZaTa »

Hi to all,

I've downloaded source package, compiled source, install and after I've tried to config eggdrop.conf but, now, when I type ./eggdrop -m eggdrop.conf I recive follow errors:

Code: Select all

kamzata@notebook-1-suse:~/Desktop/eggdrop1.6.18> ./eggdrop -m eggdrop.conf

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[01:30] --- Loading eggdrop v1.6.18 (Sun Sep 10 2006)
[01:30] Can't load modules dns: /home/kamzata/Desktop/eggdrop1.6.18/modules/dns.so: cannot open shared object file: No such file or directory
[01:30] Can't load modules channels: /home/kamzata/Desktop/eggdrop1.6.18/modules/channels.so: cannot open shared object file: No such file or directory
[01:30] Tcl error in file 'eggdrop.conf':
[01:30] invalid command name "channel"
    while executing
"channel add #LINUX-ITALIA {}"
    (file "eggdrop.conf" line 492)
[01:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
How can I do? Tnks a lot
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

[01:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

[01:30] Can't load modules dns: /home/kamzata/Desktop/eggdrop1.6.18/modules/dns.so: cannot open shared object file: No such file or directory

Obviously you did not edit the config file properly.
READ:
http://www.egghelp.org/setup.htm
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

if you did not specify a different destination then the default, then you need to go to the proper directory first:
cd /home/kamzata/Desktop/eggdrop
then
./eggdrop -m eggdrop.conf
Post Reply