Differences between revisions 3 and 4
Revision 3 as of 2007-11-05 14:58:44
Size: 579
Editor: SteveLudtke
Comment:
Revision 4 as of 2008-11-26 04:42:30
Size: 581
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
The solution comes from this link: [http://www.ittvis.com/services/techtip.asp?ttid=3092 http://www.ittvis.com/services/techtip.asp%3Fttid%3D%33%30%39%32]. The solution comes from this link: [[http://www.ittvis.com/services/techtip.asp?ttid=3092|http://www.ittvis.com/services/techtip.asp%3Fttid%3D%33%30%39%32]].

Q: After I installed EMAN 1.8 on Fedora Core 6, I get this error message when I type eman: "EMAN/lib/libqsci.so cannot restore segment prot after reloc: Permission denied"?

The solution comes from this link: http://www.ittvis.com/services/techtip.asp%3Fttid%3D%33%30%39%32.

The best way is:

chcon -t texrel_shlib_t YOUR_EMAN_DIR/lib/*.so

or you can

Disabling SELinux altogether by setting the line SELINUX=disabled in your /etc/sysconfig/selinux file.

But this is not recommanded.

SELinux (last edited 2008-11-26 04:42:30 by localhost)