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.
nathantruant
Voice
Posts: 3 Joined: Wed Jul 18, 2007 5:46 pm
Post
by nathantruant » Wed Jul 18, 2007 5:48 pm
getting the following error:
Code: Select all
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[15:38] --- Loading eggdrop v1.6.18 (Wed Jul 18 2007)
[15:38] Listening at telnet port 6666 (all).
[15:38] Module loaded: dns
[15:38] Module loaded: channels
[15:38] Can't load modules server: /home/irongryp/eggdrop/modules/server.so: cannot open shared object file: No such file or directory
[15:38] Can't load modules ctcp: This module requires server module 1.0 or later.
[15:38] Can't load modules irc: This module requires server module 1.0 or later.
[15:38] Tcl error in file 'eggdrop.conf':
[15:38] 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 1038)
[15:38] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
When I look in the modules folder server.so is missing. Any ideas?
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Wed Jul 18, 2007 5:50 pm
Did you run "make install" after compiling the source?
NML_375
nathantruant
Voice
Posts: 3 Joined: Wed Jul 18, 2007 5:46 pm
Post
by nathantruant » Wed Jul 18, 2007 5:56 pm
Yes, and everything went through fine.
nathantruant
Voice
Posts: 3 Joined: Wed Jul 18, 2007 5:46 pm
Post
by nathantruant » Wed Jul 18, 2007 6:03 pm
When I complite it, it appears to work fine
Code: Select all
Modules successfully compiled:
-rwxr-xr-x 1 irongryp irongryp 25752 Jul 17 16:10 assoc.so
-rwxr-xr-x 1 irongryp irongryp 29058 Jul 17 16:10 blowfish.so
-rwxr-xr-x 1 irongryp irongryp 269019 Jul 17 16:10 channels.so
-rwxr-xr-x 1 irongryp irongryp 28770 Jul 17 16:10 compress.so
-rwxr-xr-x 1 irongryp irongryp 25467 Jul 17 16:10 console.so
-rwxr-xr-x 1 irongryp irongryp 21833 Jul 17 16:10 ctcp.so
-rwxr-xr-x 1 irongryp irongryp 38147 Jul 17 16:10 dns.so
-rwxr-xr-x 1 irongryp irongryp 229315 Jul 17 16:10 filesys.so
-rwxr-xr-x 1 irongryp irongryp 326566 Jul 17 16:10 irc.so
-rwxr-xr-x 1 irongryp irongryp 74086 Jul 18 15:22 notes.so
-rwxr-xr-x 1 irongryp irongryp 33745 Jul 18 15:22 seen.so
-rwxr-xr-x 1 irongryp irongryp 150477 Jul 18 15:22 server.so
-rwxr-xr-x 1 irongryp irongryp 119863 Jul 18 15:22 share.so
-rwxr-xr-x 1 irongryp irongryp 89691 Jul 18 15:22 transfer.so
-rwxr-xr-x 1 irongryp irongryp 18669 Jul 18 15:22 uptime.so
-rwxr-xr-x 1 irongryp irongryp 32377 Jul 18 15:22 wire.so
So where is it putting server.so?
nml375
Revered One
Posts: 2860 Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 » Wed Jul 18, 2007 7:44 pm
The question was not wether you compiled it or not, but wether you actually ran "make install" afterwards (which is the actual installation-script). The listing above should be the result from when running "make eggdrop", not "make install".
So, once again, did you run "make install" after running "make eggdrop"?
NML_375