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.

getting errors when trying to run eggdrop

Old posts that have not been replied to for several years.
Locked
L
Loomster

getting errors when trying to run eggdrop

Post by Loomster »

when i run ./eggdrop -m loomstersbitch.conf, i get this error:

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[18:21] --- Loading eggdrop v1.6.15 (Wed Mar 24 2004)
[18:21] Can't load modules dns: /home/loomster/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[18:21] Module loaded: channels
[18:21] Can't load modules server: /home/loomster/eggdrop/modules/server.so: cannot open shared object file: No such file or directory
[18:21] Can't load modules ctcp: /home/loomster/eggdrop/modules/ctcp.so: cannot open shared object file: No such file or directory
[18:21] Can't load modules irc: /home/loomster/eggdrop/modules/irc.so: cannot open shared object file: No such file or directory
[18:21] Can't load modules console: /home/loomster/eggdrop/modules/console.so: cannot open shared object file: No such file or directory
[18:21] Module loaded: blowfish
[18:21] Can't load modules uptime: /home/loomster/eggdrop/modules/uptime.so: cannot open shared object file: No such file or directory
[18:21] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[18:21] use '.help userinfo' for commands.
[18:21] * I don't have a botnet nick!!

can anyone help me with this? I'm rather clueless as this is my first time trying to set up eggdrop.
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: getting errors when trying to run eggdrop

Post by egghead »

Loomster wrote:when i run ./eggdrop -m loomstersbitch.conf, i get this error:

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[18:21] --- Loading eggdrop v1.6.15 (Wed Mar 24 2004)
[18:21] Can't load modules dns: /home/loomster/eggdrop/modules/dns.so: cannot open shared object file: No such file or directory
[snip]
can anyone help me with this? I'm rather clueless as this is my first time trying to set up eggdrop.
Likely the install phase was skipped and modules have not been installed. Follow the steps in the file named "INSTALL" (step 4 talks about the installation).
L
Loomster

Post by Loomster »

ok well i went through everything for installing again, and when i type make, i get this, and it stops:

make[2]: Leaving directory `/home/loomster/eggdrop1.6.15/src/mod/ctcp.mod'
cp: cannot stat `./dns.mod/Makefile': No such file or directory
make[2]: Entering directory `/home/loomster/eggdrop1.6.15/src/mod/dns.mod'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/home/loomster/eggdrop1.6.15/src/mod/dns.mod'
make[1]: *** [dns.mod_so] Error 2
make[1]: Leaving directory `/home/loomster/eggdrop1.6.15/src/mod'
make: *** [modules] Error 2

this looks like my problem, but i don't know what it means.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Just do what egghead sugested you to.
Once the game is over, the king and the pawn go back in the same box.
L
Loomster

Post by Loomster »

I did, went through step by step, and when i typed make, i got that error.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Have you folowed exactly (especialy) from step 4 to 7?
Once the game is over, the king and the pawn go back in the same box.
L
Loomster

Post by Loomster »

yeah i've followed it exactly, i really can't see anything that im doing wrong.
Locked