I've just compiled unrealircd on Suse Linux and for some strange reason I'm getting an error due to SSL stating the following:
Code: Select all
[warning] unrealircd.conf:538: listen with SSL flag enabled on a non SSL compile Line 538 reads as follows:
Code: Select all
listen *:6697
{
options
{
ssl;
clientsonly;
};
}; Can someone tell me why this may be occurring with this compile? All the cert files are in the root directory so thats not an issue.
I'm not sure what's going on here since I've used this same configuration on FreeBSD and it works just fine.
Thanks for your help in advance!