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.

Modules wont load when I ./eggdrop

General support and discussion of Eggdrop bots.
Post Reply
g
gambino
Voice
Posts: 2
Joined: Mon Apr 13, 2009 12:12 am
Location: non

Modules wont load when I ./eggdrop

Post by gambino »

Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads
[00:06] --- Loading eggdrop v1.6.19 (Mon Apr 13 2009)
[00:06] Listening at telnet port 3333 (all).
[00:06] Module loaded: blowfish
[00:06] Can't load modules dns: /home/gambino/eggdrop/dns.so: cannot open shared object file: No such file or directory
[00:06] Module loaded: channels
[00:06] Can't load modules server: /home/gambino/eggdrop/server.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules ctcp: /home/gambino/eggdrop/ctcp.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules irc: /home/gambino/eggdrop/irc.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules notes: /home/gambino/eggdrop/notes.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules console: /home/gambino/eggdrop/console.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules seen: /home/gambino/eggdrop/seen.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules wire: /home/gambino/eggdrop/wire.so: cannot open shared object file: No such file or directory
[00:06] Can't load modules uptime: /home/gambino/eggdrop/uptime.so: cannot open shared object file: No such file or directory
[00:06] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[00:06] use '.help userinfo' for commands.
[00:06] Userfile loaded, unpacking...
[00:06] === jeeperzz: 1 channels, 1 users.
Launched into the background (pid: 9981)

Please helo!!!

why do some modules load successfully and others not?

thanks in advance!

- Gam
word
g
gambino
Voice
Posts: 2
Joined: Mon Apr 13, 2009 12:12 am
Location: non

Additional info

Post by gambino »

here is some additional info..

I run: make config

Checking for removed modules.................... done.
Detecting modules.................... done.
Calculating dependencies................... done.
Building ./src/mod/Makefile... done.
make[1]: Entering directory `/home/gambino/eggdrop/src/mod'

Configuring module 'compress'.
/bin/bash: line 6: .././compress.mod/configure: Permission denied

Configuring module 'dns'.
/bin/bash: line 6: .././dns.mod/configure: Permission denied

make[1]: Leaving directory `/home/gambino/eggdrop/src/mod'
Building ./src/mod/Makefile... done.

You can now compile the bot, using "make".


When I run make:

Linking eggdrop (standard build).

gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/lib -ltcl8.4 -lm -lpthread -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
touch ../eggdrop

Successful compile: eggdrop

make[2]: Leaving directory `/home/gambino/eggdrop/src'
make[2]: Entering directory `/home/gambino/eggdrop/src/mod'
make[3]: Entering directory `/home/gambino/eggdrop/src/mod/assoc.mod'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/home/gambino/eggdrop/src/mod/assoc.mod'
make[3]: Entering directory `/home/gambino/eggdrop/src/mod/blowfish.mod'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/home/gambino/eggdrop/src/mod/blowfish.mod'
make[3]: Entering directory `/home/gambino/eggdrop/src/mod/channels.mod'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/home/gambino/eggdrop/src/mod/channels.mod'
cp: cannot stat `./compress.mod/Makefile': No such file or directory
make[3]: Entering directory `/home/gambino/eggdrop/src/mod/compress.mod'
make[3]: *** No rule to make target `modules'. Stop.
make[3]: Leaving directory `/home/gambino/eggdrop/src/mod/compress.mod'
make[2]: *** [compress.mod_so] Error 2
make[2]: Leaving directory `/home/gambino/eggdrop/src/mod'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/gambino/eggdrop'
make: *** [doofus] Error 2


I set chmod 555 to all files in the directory..

There is no file; .././compress.mod/configure

or
.././dns.mod/configure: Permission denied


please help! I am confused :(

thanks in advance

-- Gam
word
s
shad
Voice
Posts: 1
Joined: Thu Apr 16, 2009 3:21 am

Post by shad »

make sure you check the config file for the mod-path setting points to where your .so files are and that you have that file for every loadmodule directive.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Did you remember the "make install" part?
NML_375
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Post Reply