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.

Newbie Help

Old posts that have not been replied to for several years.
Locked
c
cksrealm

Newbie Help

Post by cksrealm »

HI All I am very new to eggdrop and was wondering if anyone will be able to help me out, when I try and run eggdrop I am getting the following output.

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[06:58] --- Loading eggdrop v1.6.13 (Wed Jan 1 2003)
[06:58] Listening at telnet port 3333 (all)
[06:58] Can't load modules dns: /home/chris/eggdrop1.6.13/modules/dns.so: cannot open shared object file: No such file or directory
[06:58] Can't load modules channels: /home/chris/eggdrop1.6.13/modules/channels.so: cannot open shared object file: No such file or directory
[06:58] Can't load modules server: /home/chris/eggdrop1.6.13/modules/server.so: cannot open shared object file: No such file or directory
[06:58] Can't load modules ctcp: /home/chris/eggdrop1.6.13/modules/ctcp.so: cannot open shared object file: No such file or directory
[06:58] Can't load modules irc: /home/chris/eggdrop1.6.13/modules/irc.so: cannot open shared object file: No such file or directory
[06:58] Tcl error in file 'eggdrop.conf':
[06:58] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, note, time, unld
while executing
"unbind msg - ident *msg:ident"
(file "eggdrop.conf" line 996)
[06:58] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

Can anyone help me at all with this.

Please note that I am a very much a newbie so please bear with me

Thanks in advance

CK
www.networkingbasics.co.uk
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

By looking at the error message, it all points to one problem.

At the base of the error, it dies because it is unable to set somthing up. This is because the module that provides somthing isn't loaded.

The errors regarding loading modules, proves thsi fact.

Within the module loading error,s, it gives the full path, it was trying to load the modules from.

The path given, sugests, you have compiled the eggdrop, then simply run a config file, wihtout compleing the last step of installation.

You have missed out the "make install" or "make install DEST=<path>" section of the installation.

There are two ways around this, complete the installation, or edit your config file and change the directory your modules are loaded from.

If you fail to install eggdrop correctly, you will have *.o files remaining, that clog disk space. SImply dleete these, or complete installation, and delete the original directory.
c
cksrealm

Post by cksrealm »

HI ppslim

Thanks for the reply.
I am still however getting the same issues. I have removed it reinstalled it again. I did have this set up ages ago however cant remember how I did it. I do however remember that I had to create a user which I can no longer remember how to do. Please can you point me in the right direction.
As for the error message
[15:24] Can't load modules irc: /home/chris/eggdrop1.6.13/modules/irc.so: cannot open shared object file: No such file or directory

I have noticed that there is in fact no directory named modules never mind an irc.so file.

Regards

CK
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

try to compile your eggdrop static.
c
cksrealm

Post by cksrealm »

How is this done ?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

./ configure
make config or make iconfig
make static
make sinstall
c
cksrealm

Post by cksrealm »

Well I seem to have progressed to another problem now hopefully getting rid of the one that we had now getting this error.

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[17:11] --- Loading eggdrop v1.6.13 (Wed Jan 1 2003)
[17:11] Listening at telnet port 3333 (all)
[17:11] Module loaded: dns
[17:11] Module loaded: channels
[17:11] Module loaded: server
[17:11] Module loaded: ctcp
[17:11] Module loaded: irc
[17:11] LANG: No lang files found for section notes.
[17:11] Module loaded: notes (with lang support)
[17:11] LANG: No lang files found for section console.
[17:11] Module loaded: console (with lang support)
[17:11] Module loaded: uptime
[17:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:11] use '.help userinfo' for commands.
[17:11] Creating channel file
[17:11] Couldn't create channel file: LamestBot.chan. Dropping
[17:11] * USER FILE NOT FOUND! (try './eggdrop -m eggdrop.conf' to make one)


Cheers

CK
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

cksrealm wrote:Well I seem to have progressed to another problem now hopefully getting rid of the one that we had now getting this error.

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[17:11] --- Loading eggdrop v1.6.13 (Wed Jan 1 2003)
[17:11] Listening at telnet port 3333 (all)
[17:11] Module loaded: dns
[17:11] Module loaded: channels
[17:11] Module loaded: server
[17:11] Module loaded: ctcp
[17:11] Module loaded: irc
[17:11] LANG: No lang files found for section notes.
[17:11] Module loaded: notes (with lang support)
[17:11] LANG: No lang files found for section console.
[17:11] Module loaded: console (with lang support)
[17:11] Module loaded: uptime
[17:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:11] use '.help userinfo' for commands.
[17:11] Creating channel file
[17:11] Couldn't create channel file: LamestBot.chan. Dropping
[17:11] * USER FILE NOT FOUND! (try './eggdrop -m eggdrop.conf' to make one)


Cheers

CK
just do like it said start it with :
./eggdrop -m <config>.conf'
c
cksrealm

Post by cksrealm »

I now get the following error message

[22:58] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
[chris@kudu eggdrop1.6.13]$ ./eggdrop -m eggdrop.conf

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[22:58] --- Loading eggdrop v1.6.13 (Wed Jan 1 2003)
[22:58] Listening at telnet port 3333 (all)
[22:58] Module loaded: dns
[22:58] Module loaded: channels
[22:58] Module loaded: server
[22:58] Module loaded: ctcp
[22:58] Module loaded: irc
[22:58] LANG: No lang files found for section notes.
[22:58] Module loaded: notes (with lang support)
[22:58] LANG: No lang files found for section console.
[22:58] Module loaded: console (with lang support)
[22:58] Module loaded: uptime
[22:58] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[22:58] use '.help userinfo' for commands.
[22:58] Creating channel file
[22:58] Couldn't create channel file: LamestBot.chan. Dropping


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg Fushty hello
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
[chris@kudu eggdrop1.6.13]$
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Just follow the instructions at the end of the output.

about the missing encryption module, compile the bot with blowfishmodule if you haven't done that yet and make it available buy editing the conf file.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

btw, the #lamest.chan is the example chan in the example.conf.

either change this to the channel you want your bot in, or don't set up any staic channel in the conf and use just dynamic channels.
you can do that by using the .+chan command on the partyline.
c
cksrealm

Post by cksrealm »

JUst to let you all know that I have now got it working a treat

thanks to everyone that gave me a hand it is much appreciated

Cheers

CK
www.networkingbasics.co.uk
Locked