Page 1 of 1

Commands.so Error

Posted: Sat Jul 09, 2005 7:38 pm
by Wolf-67
Hi, when i try to run UnrealIRCd i keep getting this error:

Code: Select all

 unrealircd.conf:34: 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
I have been looking through the docs etc but i can't find the reason why this is, i will be greatful of any help. Thanks

Posted: Sun Jul 10, 2005 3:20 am
by w00t
Right what it says, you had Unreal compiled with SSL support and you didn't recompile the module after removing SSL support.

make clean && make

Posted: Wed Aug 10, 2005 10:37 am
by pepolez
heh, i had the exact opposite error. how could i forget good ol make clean *smacks forehead*

thanks again w00t :D

Posted: Wed Aug 10, 2005 10:44 am
by w00t
No problems ;)