I get an "SELinux denied execmem" error executing InstallBuilder. What can I do?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
Installation
|
This is happening because you are running SELinux and it is interfering with the in-memory decompressor used by InstallBuilder. To temporarily disable SELinux, you can execute the following command as root
/usr/sbin/setenforce 0 |
/usr/sbin/setenforce 1 |