flac 1.1.4 on FC6 - fix SELinux errors
robin Thursday, August 30 2007 @ 12:37 PM BST Views: 4,389
I wanted to install flac v1.1.4 on my FC6 box but there is no RPM for FC6.
I installed from source but got this error when running flac:
flac: error while loading shared libraries: /usr/lib/libFLAC.so.8: cannot restore segment prot after reloc: Permission denied
This is an SELinux problem. I fixed it using:
chcon -t textrel_shlib_t /usr/lib/libFLAC.so.8*
I installed from source but got this error when running flac:
flac: error while loading shared libraries: /usr/lib/libFLAC.so.8: cannot restore segment prot after reloc: Permission denied
This is an SELinux problem. I fixed it using:
chcon -t textrel_shlib_t /usr/lib/libFLAC.so.8*
Trackbacks (0) Comments (0) Post a comment