Page 1 of 1

Where r the files?

Posted: Thu Apr 29, 2004 2:50 pm
by Dada-Bhai
* Loading IRCd configuration ..
* unrealircd.conf:32: loadmodule src/modules/commands.so: failed to load: src/modules/commands.so: cannot open shared object file: No such file or directory
* Configuration loaded without any problems ..
[error] Someone forgot to load modules with proper commands in them. READ THE DOCUMENTATION
Possible error encountered (IRCd seemily not started)


-------------------
Please see the error messages. And where r the files: commands.so, ircd.log, and all? and what else does this message say? :

[error] Someone forgot to load modules with proper commands in them. READ THE DOCUMENTATION
Possible error encountered (IRCd seemily not started)
-----
Please help me someone, i cant get it started :(
Thank you

Posted: Thu Apr 29, 2004 3:03 pm
by Ron2K
[error] Someone forgot to load modules with proper commands in them. READ THE DOCUMENTATION
'Nuff said.

Posted: Thu Apr 29, 2004 3:12 pm
by Dada-Bhai
ok i already wrote it in the unrealircd.conf file: loadmodule "src/modules/commands.so";
but there is no commands.so file in /src/modules/ so it says: * unrealircd.conf:32: loadmodule src/modules/commands.so: failed to load: src/modules/commands.so: cannot open shared object file: No such file or directory

now what? :cry:

Posted: Thu Apr 29, 2004 3:31 pm
by Ron2K
  1. Check that it's src/modules/commands.so and not /src/modules/commands.so
  2. If it's not that then check the file permissions.

Posted: Thu Apr 29, 2004 3:38 pm
by Dada-Bhai
man its src/modules/commands.so and there is not file named that and the permissions r all right 777

Posted: Thu Apr 29, 2004 5:31 pm
by aquanight
Then...

Code: Select all

cd <unrealircd_root>
make clean
./Config
make
Cuz if commands.so isn't there, then maybe there was a build error that you missed.

Posted: Thu Apr 29, 2004 11:56 pm
by codemastr
Sounds like you ran make install. Try:
loadmodule "modules/commands.so";

Posted: Fri Apr 30, 2004 2:44 am
by Dada-Bhai
oops by mistake i deleted ssl.h i have to start all over again :S hehe
thanx for helping