Differences between revisions 1 and 2
Revision 1 as of 2007-03-02 16:50:01
Size: 383
Editor: 10
Comment:
Revision 2 as of 2007-03-02 16:51:01
Size: 385
Editor: 10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
chcon -t texrel_shlib_t YOUR_EMAN_DIR/lib/*.so {{{chcon -t texrel_shlib_t YOUR_EMAN_DIR/lib/*.so}}}
Line 9: Line 9:
Disabling SELinux altogether by setting the line
SELINUX=disabled
in your /etc/sysconfig/selinux file.
Disabling SELinux altogether by setting the line SELINUX=disabled in your /etc/sysconfig/selinux file.
Line 14: Line 12:

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 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)