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 ?
Problems with cloak.so module
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'
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'