Problems with cloak.so module

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

Problems with cloak.so module

Post by krew »

loadmodule modules/cloak.so: failed to load: Module was compiled for 'Unreal3.2.3', we are 'Unreal3.2.3/SSL', please recompile the module
[error] IRCd configuration failed to load

i don`t understand what`s the problem ?
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

The cloak.so you are trying to load was compiled with an unreal without SSL support, however your ircd DOES have SSL support.

There are a few possibilities how this could happen:
1. You are loading an "old" .so, or at least not the one you compiled altogether with your IRCd.
2. Something odd happened and not the whole ircd got recompiled when you switched SSL on/off, do: 'make clean; ./Config && make && make install'
Post Reply