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.

Can't load modules...

Old posts that have not been replied to for several years.
Locked
m
macbastard

Can't load modules...

Post by macbastard »

How can I fix it?


[13:09] Can't load modules dns: /modules/dns.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules channels: /modules/channels.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules server: /modules/server.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules ctcp: /modules/ctcp.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules irc: /modules/irc.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules notes: /modules/notes.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules console: /modules/console.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules blowfish: /modules/blowfish.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules uptime: /modules/uptime.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules gseen: /modules/gseen.so: cannot open shared object file: No such file or directory
[13:09] Can't load modules stats: /modules/stats.so: cannot open shared object file: No such file or directory
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Looks like you have a bit of a botched install. Its complaining because the modules directory isnt where it thinks it should be. It reckons the directory should be in the same dir as the executable.

you could, however tell it to look in a different place in you conf file with the line:
set mod-path "/usr/share/eggdrop/modules/"
which should be in there somewhere anyway, but probably set wrong.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It is trying to look for the the files in /modules/. This is a obsolute path, like /home/user/.

Simply scrapping the / at the begining should help.
Locked