Page 1 of 1

Unreal 3.2.7/SSL - Modules not loading.

Posted: Fri Jun 20, 2008 11:09 am
by duende
Hi,

I have been searching the forum for a while now and i found a few posts of people with the same problem.
Though, the solutions given by people weren't working for me, nor did i see confirmation that it worked for someone.

Pardon me for posting the same problem again, but i'd really appreciate your thought/suggestions/help with this issue.
The problem i am having is that Unreal 3.2.7 won't start when compiled with SSL support.
I have checked the ./Config output line by line and no errors were given whatsoever.

I have recompiled everything over and over again with several options, like with(out) SSL in order for the modules to work, but when i compile it without SSL then i get an error too, that sounds logical, but when i recompile it with SSL support enabled i get this error again:

failed to load: Module was compiled for 'Unreal3.2.7', we were configured for 'Unreal3.2.7/SSL'. SOLUTION: Recompile the module(s).

Are there patches or methods available to solve this issue?
Is there a way to recompile the modules only with SSL support enabled?

Thanks in advance.

Regards,

duende

Re: Unreal 3.2.7/SSL - Modules not loading.

Posted: Fri Jun 20, 2008 2:23 pm
by T-rexke
try to download unrealircd 3.2.7 version with SSL

Re: Unreal 3.2.7/SSL - Modules not loading.

Posted: Fri Jun 20, 2008 2:43 pm
by duende
T-rexke wrote:try to download unrealircd 3.2.7 version with SSL
There is no such version available if you compile from source (*NIX systems).

Anyway, i solved the problem already.

For anyone having the same issue on *NIX systems, make sure your unrealircd.conf file is ok (that is without errors), then download a fresh copy and ./Config the source with the same options, compile it (make && make install) and use the configfile (unrealircd.conf) you were using before.

When you get this error with the module thing, for some reason the installation directory containing the source files are broken.

Cheers,

duende

Re: Unreal 3.2.7/SSL - Modules not loading.

Posted: Fri Jun 20, 2008 4:26 pm
by Jobe
You could have done either "make clean" or "make distclean" the latter being the more thorough.