[root@localhost PlaneShift]# ./updater./up: error while loading shared libraries: /usr/lib/libGL.so.1: cannot restore segment prot after reloc: Permission denied
setenforce 0
chcon system_u:object_r:texrel_shlib_t /usr/lib/libGL.so.1
I guess You use Fedora Core or other distribution with active SELinux support (it may be other kind of protection, but I doubt it).The easiest (temporary) way is to turn off SELinux. On Fedora Core You can use the command:Code: [Select]setenforce 0The real solution is to change context of some shared libraries, try the following command with libGL.so.1 first:Code: [Select]chcon system_u:object_r:texrel_shlib_t /usr/lib/libGL.so.1If it is not enough, read the article on NVidia forums and follow instructions from there: -> Notes on installing NVIDIA Linux graphics drivers on recent distributions