SSL Compilation Problem

These are old archives. They are kept for historic purposes only.
Post Reply
jok3r
Posts: 4
Joined: Sun Sep 07, 2008 2:45 pm

SSL Compilation Problem

Post by jok3r »

* Loading IRCd configuration ..
[warning] /usr/local/etc/Unreal/unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[warning] /usr/local/etc/Unreal/unrealircd.conf:322: link hub.mynet.com with SSL option enabled on a non-SSL compile
[warning] /usr/local/etc/Unreal/unrealircd.conf:322: link hub.mynet.com with ZIP option enabled on a non-ZIP compile
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing

SSL is not compiled.

But i use freeBSD, and when i use ports:

# cd /usr/ports/dns/c-ares
# make install clean

Don't ask me about SSL, just install everything automaticaly.

What i need to do to add SSL to the UnrealIRCD compilation?

Thanks
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: SSL Compilation Problem

Post by Casper »

You'll have to install something like OpenSSL to get SSL work on your box.

For the ZIP error, remove zip; from listen/link block OR download zlibs.
Ex Network-Administrator
jok3r
Posts: 4
Joined: Sun Sep 07, 2008 2:45 pm

Re: SSL Compilation Problem

Post by jok3r »

Problem solved.

Type 'make config' and select SSL.

Anyway, i only can start unreal as root.

I want to start as a non-root user, any idea how to make it?

Regards
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Re: SSL Compilation Problem

Post by nate »

Erm, common sense would say, create regular user, compile under as that user, run as that user.

: P
jok3r
Posts: 4
Joined: Sun Sep 07, 2008 2:45 pm

Re: SSL Compilation Problem

Post by jok3r »

When i make it under a normal user, when i make 'make install clean' says: permission denied.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: SSL Compilation Problem

Post by Jobe »

jok3r wrote:When i make it under a normal user, when i make 'make install clean' says: permission denied.
You don't need to run make install, normally, UnrealIRCd runs out of it's source dir.
Your IP: Image
Your Country: Image
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Re: SSL Compilation Problem

Post by nate »

most likely because you simply copied the files to a regular users folder while its still all owned by root, obviously thats not gonna work ya know?

Either chown them properly or just re-extract the source tarball into the regular users directory and do all the compile steps from there, then just copy the unrealircd.conf file.
Post Reply