cannot restore segment prot after reloc: Permission denied

Error : … cannot restore segment prot after reloc: Permission denied
Solution :
This problem is most probably caused by the security extension SeLinux.  I am sure that the “SeLinux” is enable on the server. You need to disable the SeLinux on the server.
By Default SELinux is set to “enforcing” in CentOS on boot, this can be disabled permanently. To disable it edit file “/etc/selinux/config” and change SELINUX
From

SELINUX=enforcing
TO

SELINUX=disabled

Done

Leave a Comment