Page 1 of 1

Modules are set to load but don't?

Posted: Fri Feb 18, 2005 1:21 am
by cheator
Hey guys.

So I am switching from Dows to *Nix and on windows, I had no problems with Unreal. It just went right in and it worked great. But on linux, obviously there is more to break.

Anyway, So I got the latest version (3.2.2b) and configed it, maked it, and all seems well. I have my conf file written and i worked out all the bugs with it.

Finally, I got ready to run it. When i did, I got this:
* 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)
I do have the modules loaded (and checked them for like 20 minutes to see if they were right).

Code: Select all

*/
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so"
/*
The modules are there, and they seem alright... So whats up? I checked the FAQ and saw nothing that really mentioned this aside from the part that tells me to load the modules. Well I did. It ain't working.

Any ideas?

Posted: Fri Feb 18, 2005 1:33 am
by Stealth
loadmodule "src/modules/cloak.so";

Posted: Fri Feb 18, 2005 1:36 am
by cheator
Stealth wrote:loadmodule "src/modules/cloak.so";
I did. See my first post

EDIT: Oh i see what you mean. yeah that actually is in there. I just didn't type it. sorry.

Posted: Fri Feb 18, 2005 1:45 am
by Matridom
with the */ /* on each side.. check to make sure it's not commented out.

I.E. is there a bigger comment out that is overriding your "outs"?

(and yes, i know that the comment out is supposed to be /* */)

Posted: Fri Feb 18, 2005 1:47 am
by cheator
No that is just cause I didn't provide a bigger exerpt. Thanks though :)

Posted: Fri Feb 18, 2005 2:05 am
by cheator
Ok it works now... I compiled it for the fourth time andI guess I got lucky... Thanks guys.