Page 1 of 1
Problem SSL
Posted: Fri Dec 16, 2005 4:01 pm
by Cole_Turner
Hello I´m a spanish guy, my english not is good.
I Have a problem when start unrealircd.
This is the error:* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load: Module was compiled for 'Unreal3.2.3/SSL', we are 'Unreal3.2.3', please recompile the module
What is the problem. I compiled Unreal for SSL.
Thx
Posted: Fri Dec 16, 2005 6:00 pm
by Solutech
did you try doing as it says ie recompile ?
Posted: Sat Dec 17, 2005 1:05 am
by Stealth
Run ./Config again, and don't enable SSL. IIRC, that is the only way to fix this. The reson is, because you have it compile with SSL, it will use the SSL version in the compile, so when you compile anything, it will say compiled with SSL even though it wasn't.
This has been fixed in the CVS for the next version
Posted: Wed Dec 21, 2005 9:03 pm
by ExoduSs
So SSL doesn't work at all?
I have the same problem and yea... i recompiled the module, but the same thing happend again.

Posted: Thu Dec 22, 2005 7:51 am
by w00t
Then you're doing *something* wrong. make clean && ./Config && make
Posted: Thu Dec 22, 2005 12:54 pm
by Syzop
Check the ./Config output carefully, very likely it will somewhere say ssl or openssl is not found.
Or, to fix it immediately without looking: install the openssl developers library package (something like "libssl-dev"). And run 'make clean; ./Config && make' again.
(What Stealth was trying to say btw, is that in CVS we nicely exit on such an error, so you can see something went wrong)