Modules are set to load but don't?

These are old archives. They are kept for historic purposes only.
Post Reply
cheator
Posts: 4
Joined: Fri Feb 18, 2005 1:07 am

Modules are set to load but don't?

Post 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?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

loadmodule "src/modules/cloak.so";
cheator
Posts: 4
Joined: Fri Feb 18, 2005 1:07 am

Post 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.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post 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 /* */)
cheator
Posts: 4
Joined: Fri Feb 18, 2005 1:07 am

Post by cheator »

No that is just cause I didn't provide a bigger exerpt. Thanks though :)
cheator
Posts: 4
Joined: Fri Feb 18, 2005 1:07 am

Post by cheator »

Ok it works now... I compiled it for the fourth time andI guess I got lucky... Thanks guys.
Post Reply