SSL wont work-Anybody can help?

These are old archives. They are kept for historic purposes only.
Post Reply
knort
Posts: 2
Joined: Mon Oct 10, 2005 7:50 am

SSL wont work-Anybody can help?

Post by knort »

Hello, i installed Unrealircd latest Version on a debian machine.
I´ve choosen a installation with SSL enable, the output from config.log:

./configure --with-showlistmodes --enable-hub --enable-ssl

ssl is installed and works well, also updated it via apt-get
but if i start the ircd i get the following message:

[warning] unrealircd.conf:252: listen with SSL flag enabled on a non SSL compile

the ircd works great, but without ssl.

Have anybody a idea what i have to do to get ssl working?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Check the output of ./Config - most probably SSL was disabled because you do not have openssl-devel installed (only openssl).
Solution: Install openssl-devel (or whatever it is called on your operating system) using the package manager of your system.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
knort
Posts: 2
Joined: Mon Oct 10, 2005 7:50 am

Post by knort »

Thank you, for Debian :
apt-get install openssl libssl-dev
will install the needed Packages.
Post Reply