Won't start with SSL

These are old archives. They are kept for historic purposes only.
Post Reply
Rust710
Posts: 3
Joined: Sat Jul 17, 2004 1:50 am

Won't start with SSL

Post 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?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
Rust710
Posts: 3
Joined: Sat Jul 17, 2004 1:50 am

Post by Rust710 »

I actually already tried that, and it gave the same problem. Do you have anyother ideas?

[Completeing my thought]
Rust710
Posts: 3
Joined: Sat Jul 17, 2004 1:50 am

Post by Rust710 »

Actually, OpenSSL isn't installed right, I suppose that would do it.
Post Reply