Description :If the SE Linux security settings are set to enforced the installation will not work or error types such as this will be displayed: error while loading shared libraries:../bin/lib/libunicomm.so: cannot restore segment prot after reloc: Permission denied
Cause
Cause type: By design Root Cause: SElinux needs to be properly configured in order to perform an installation.
Environment
OS: Linux OS Version: Linux
Resolution
In order to resolve this issues two solutions exist:
1) After installing the kit, you can execute these commands (as root): chcon -t texrel_shlib_t libunicomm.so chcon -t texrel_shlib_t libunisur_cli.so chcon -t texrel_shlib_t libuniftapi.so
And then reactivate the SE Linux security: echo 1 >/selinux/enforce
2) Set SELinux to disabled by using the command echo 0 >/selinux/enforce