Page 1 of 1
[solved] Loading error.. please help :(
Posted: Sun Jun 04, 2006 1:40 pm
by arnodu59
Hello
Sorry for my english :p
When I want to launch UNREAL, it turns over me :
* Loading IRCd configuration ..
* unrealircd.conf:37: loadmodule src/modules/commands.so: failed to load: tmp/4C47B4B4.commands.so: cannot open shared object file: No such file or directory
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
The chmod is correct. My OS is Fedora Core3.
Thank you to help me
Posted: Sun Jun 04, 2006 2:39 pm
by JanisB
Unreal cannot locate commands.so in /tmp => Unreal cannot access to /tmp => maybe your user has jailed shell.
Posted: Sun Jun 04, 2006 2:42 pm
by Alex
If this is a Windows installation, regarding to line 37, uncomment the two following lines in your unrealircd.conf:
Code: Select all
//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";
to this:
Code: Select all
loadmodule "modules/commands.dll"
loadmodule "modules/commands.dll";
Hope this helps. If not you maybe got a corrupted file.
Posted: Sun Jun 04, 2006 2:52 pm
by Ron2K
Alex, he said Fedora Core 3.
arnodu59, I suggest that you search the forums, because I recall seeing this problem before.
Posted: Sun Jun 04, 2006 3:28 pm
by Alex
oh oh, sorry Ron2k, my bad. Didn't see it.

Re: Loading error.. please help :(
Posted: Sun Jun 04, 2006 4:56 pm
by MarHazK
arnodu59 wrote:Hello
Sorry for my english :p
When I want to launch UNREAL, it turns over me :
* Loading IRCd configuration ..
* unrealircd.conf:37: loadmodule src/modules/commands.so: failed to load: tmp/4C47B4B4.commands.so: cannot open shared object file: No such file or directory
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
The chmod is correct. My OS is Fedora Core3.
Thank you to help me
Make sure that your ircd folder/path also has been chmod correctly.
Notes: Create an account then untar it into your account shell.
Posted: Sun Jun 04, 2006 6:00 pm
by Jason
RE: JanisB's comment.
tmp/
not /tmp.
Posted: Sun Jun 04, 2006 8:44 pm
by arnodu59