Forum Discussion
Altera_Forum
Honored Contributor
15 years agoA temporary solution which avoids completely disabling SELinux is as follows:
execute the command "chcon -t textrel_shlib_t <full_dynamic_library_path>" as user root, where <full_dynamic_library_path> is the full path to the dynamic library which is requiring text relocations (and thus triggering the SELinux "permission denied" error). chcon is normally being distributed with all SELinux-enabled systems and it is part of the coreutils package.