Forum Discussion
Altera_Forum
Honored Contributor
16 years agoQuartus 9.1 SP2 Fails to start
Hello, When I try to launch Quartus 9.1 sp2, I get the following error message: quartus: error while loading shared libraries: /opt/altera9.1sp2/quartus/linux/libccl_err.so: cannot restore...
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.