cannot restore segment prot after reloc: Permission denied
I got the following error when running a program from the commandline:
/lib/libdhuser.so.1: cannot restore segment prot after reloc: Permission denied
I googled this and to solve it I ran the following command as 'root'
/usr/sbin/setenforce 0
This sets mu Linux to turn off 'enforcing'
What is enforcing? and why did this error come up only in the above /lib/libdhuser.so.1:??
Thanks
|