Domi2007 Wrote:./penumbrademo.bin: error while loading shared libraries: ./lib/libSDL-1.2.so.0: cannot restore segment prot after reloc: Permission denied
This is due to SeLinux being enabled and in enforcing mode. If you are on FC6, you can clear out all of the libs in the ./lib/ directory except for the libCg and libCgGL so long as you have the rest of the libs installed on your system. (libopenal and libalut are from extras as openal and freealut).
Another solution would be to run
chcon system_u:object_r:textrel_shlib_t libSDL-1.2.so.0 this would change the SE linux context of the SDL to what is required.
I'm going to test to see if I can change that on install.