Page 1 of 1
Won't start with SSL
Posted: Sat Jul 17, 2004 1:55 am
by Rust710
I recently compiled Unreal with SSL support on my linux box and when I went to start it, it told me src/modules/commands.so failed to load; Module was compiled for 'Unreal3.2.1', we are 'Unreal3.2.1/SSL', please recompile the module.
I gather that the module needs to be recompiled, but how do I do that?
Posted: Sat Jul 17, 2004 3:50 am
by codemastr
Simple, rm src/modules/commands.so
then run make and it will rebuild. You'll probably have the same problem for all other modules (e.g. cloak.so) so removing src/modules/*.so is probably a good idea.
Posted: Sun Jul 18, 2004 2:12 am
by Rust710
I actually already tried that, and it gave the same problem. Do you have anyother ideas?
[Completeing my thought]
Posted: Sun Jul 18, 2004 4:07 pm
by Rust710
Actually, OpenSSL isn't installed right, I suppose that would do it.