Page 1 of 1

error in config file

Posted: Tue Aug 03, 2004 1:59 pm
by Bertje Pauwels
I'm new to this and want to set up my own irc server to support a future online game.
I altered the example config and used it but then i get this error:

* Loading IRCd configuration ..
* unrealircd.conf:32: loadmodule eal3.2\unrealircd.conf: failed to load: can't find one of the needed libraryfiles of this program (smth like that cause it was in dutch and i translated it)

[error] IRCd configuration failed to load


can somebody help me ?

TY

Posted: Tue Aug 03, 2004 4:38 pm
by codemastr
Let me take a wild guess... line 32 reads:

loadmodule "src/modules/commands.so";

And let me make another guess, that file doesn't exist.
And one more guess, you didn't think enough to change that to:
loadmodule "modules/commands.dll";

*sigh* Why don't Windows users have brains?

Posted: Tue Aug 03, 2004 5:16 pm
by Solutech
:roll: aw cmon everyone has their moments . I use windows and I have a brain . I use it as a paperweight :lol:

Posted: Tue Aug 03, 2004 9:23 pm
by aquanight
codemastr wrote:*sigh* Why don't Windows users have brains?
M$'s fault perhaps, for making Windows too easy of an operating system, abstracting much of the dirty work with their pretty and fancy GUIs?