Next problem was the SELinux extension of FC5. When you start Houdini you get an error message ”cannot restore segment prot after reloc: Permission denied". To solve this you can first disable the SELinux extension with system-config-securitylevel, which you start as root from console and click at the second tab of the gui at which you can disable it, or second change the security context of the library files as following:
# cd /opt/hfsX.X.XXX (Your Houdini base install directory)
# chcon -h -R system_u
bject_r:textrel_shlib_t ./dsolib/# chcon -R system_u
bject_r:textrel_shlib_t ./houdini/dso/# chcon system_u
bject_r:textrel_shlib_t ./mozilla/*.so ./mozilla/*.aNow Houdini should start with no error messages in the terminal. If you disable the SELinux extension and enable it again, the SELinux is relabeling the whole file system at system boot and you have to do the last step with chcon again.
Regards Marc




… there were no question marks… anyway … I must add that my FC5 installations comes with SELinux disabled during setup … cause I read ATI drivers also got stucked/problematic during installation if SELinux is enabled… so It might be that my setup works out of the box… just cause SELinux is off… dunno.