Page 1 of 1

failed to load commands.so - Module compiled for SSL

Posted: Mon Aug 16, 2010 5:30 am
by bregan
Hi All,

While running a ./Config, i have select "Yes" for the SSL Support option.

after editing my conf file, while trying to do a ./unreal start, i get the following error :


* Loading IRCd configuration ..
* unrealircd.conf:36: loadmodule src/modules/commands.so: failed to load: Module was compiled for 'Unreal3.2.8/SSL/NOSPF', we were configured for 'Unreal3.2.8'. SOLUTION: Recompile the module(s).
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================


Recompiling the modules again with the SSL option selected did not solve this

Any insights?

Thank you in advance!

Bregan

Re: failed to load commands.so - Module compiled for SSL

Posted: Mon Aug 16, 2010 11:10 pm
by katsklaw
try:

1. make distclean
2. ./Config
3. make
4. make install (not needed if didn't change the install path)