Unreal3.2 help on linux

These are old archives. They are kept for historic purposes only.
Post Reply
Zeroexe7
Posts: 1
Joined: Wed Aug 15, 2012 12:21 am

Unreal3.2 help on linux

Post by Zeroexe7 »

Hello im running 3.2.9 on a linux vps and i did ./Config then Make I tryed to do ./unreal start and it gives me this error

Code: Select all

 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.9
                     using TRE 0.8.0 (BSD)

* Loading IRCd configuration ..
[error] unrealircd.conf:49: authentication module failure: sha1 is not an implemented/enabled auth                    entication method
[error] unrealircd.conf:50: authentication module failure: sha1 is not an implemented/enabled auth                    entication method
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: cannot open `/root/Unreal3.2/ircd.log' for reading: No such file or directory
can anyone help me?
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: Unreal3.2 help on linux

Post by CrazyCat »

I wonder you choose encrypted passwords, but you haven't the crypt library (outside from Unreal)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Unreal3.2 help on linux

Post by Jobe »

CrazyCat is correct.

As documented in the following, on *nix sha1 and ripemd160 are ONLY available if UnrealIRCd is compiled with SSL support:
* Available types (in order of 'secureness'):
* *NIX: crypt, md5, sha1 [*], ripemd160 [*]
* Windows: crypt [*], md5, sha1, ripemd160 [*]
* [*: only available if compiled with SSL support]
Your IP: Image
Your Country: Image
Post Reply