Problem SSL

These are old archives. They are kept for historic purposes only.
Post Reply
Cole_Turner

Problem SSL

Post 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
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

did you try doing as it says ie recompile ?
Yawn. So there's yet another "if the user clicks the button, they're infected" exploit. Why is this news? We already know users are idiots.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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
ExoduSs

Post 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.
:(
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Then you're doing *something* wrong. make clean && ./Config && make
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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)
Post Reply