Where r the files?

These are old archives. They are kept for historic purposes only.
Post Reply
Dada-Bhai
Posts: 6
Joined: Thu Apr 29, 2004 2:41 pm

Where r the files?

Post 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
Ron2K

Post by Ron2K »

[error] Someone forgot to load modules with proper commands in them. READ THE DOCUMENTATION
'Nuff said.
Dada-Bhai
Posts: 6
Joined: Thu Apr 29, 2004 2:41 pm

Post 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:
Ron2K

Post 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.
Dada-Bhai
Posts: 6
Joined: Thu Apr 29, 2004 2:41 pm

Post by Dada-Bhai »

man its src/modules/commands.so and there is not file named that and the permissions r all right 777
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Sounds like you ran make install. Try:
loadmodule "modules/commands.so";
-- codemastr
Dada-Bhai
Posts: 6
Joined: Thu Apr 29, 2004 2:41 pm

Post by Dada-Bhai »

oops by mistake i deleted ssl.h i have to start all over again :S hehe
thanx for helping
Post Reply