Page 1 of 1

SSL wont work-Anybody can help?

Posted: Fri Oct 14, 2005 12:52 pm
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?

Posted: Fri Oct 14, 2005 1:42 pm
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.

Posted: Sat Oct 15, 2005 8:21 am
by knort
Thank you, for Debian :
apt-get install openssl libssl-dev
will install the needed Packages.