Home
Portfolio
Tips
Ressource
Resume
Contact


Shake 4 problem on linux fedora core 4

About shake, in Fedora Core 4 you will probably have a message like this :
"cannot restore segment prot after reloc: Permission denied"
when launching Shake, because FC4 have a new kernel security extensions
from the SELinux project, enabled by defaut. so you have to disable it for
Shake's library folder, like this : * Change the default security context for
Shake by issuing the command:

chcon -t texrel_shlib_t /usr/nreal/shake-v4.00.0607/lib*.so

or

* Disabling SELinux altogether by setting the line

SELINUX=disabled
in your /etc/sysconfig/selinux file.