error in config file

These are old archives. They are kept for historic purposes only.
Post Reply
Bertje Pauwels

error in config file

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

Post 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?
-- codemastr
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

:roll: aw cmon everyone has their moments . I use windows and I have a brain . I use it as a paperweight :lol:
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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?
Post Reply