failed to load commands.so - Module compiled for SSL

These are old archives. They are kept for historic purposes only.
Post Reply
bregan
Posts: 1
Joined: Mon Aug 16, 2010 5:21 am

failed to load commands.so - Module compiled for SSL

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

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

Post by katsklaw »

try:

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