PlaneShift
Support => Linux Specific Issues => Topic started by: Gavner on November 15, 2006, 12:40:48 am
-
Everytime i try to run the updater or setup i always get this error in the console
[root@localhost PlaneShift]# ./updater
./up: error while loading shared libraries: /usr/lib/libGL.so.1: cannot restore segment prot after reloc: Permission denied
umm what should i do? (btw im kind of new to linux)
-
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:
setenforce 0
The real solution is to change context of some shared libraries, try the following command with libGL.so.1 first:
chcon system_u:object_r:texrel_shlib_t /usr/lib/libGL.so.1
If 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 (http://www.nvnews.net/vbulletin/showthread.php?t=72490)
-
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:
setenforce 0
The real solution is to change context of some shared libraries, try the following command with libGL.so.1 first:
chcon system_u:object_r:texrel_shlib_t /usr/lib/libGL.so.1
If 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 (http://www.nvnews.net/vbulletin/showthread.php?t=72490)
Do you have a link to an ATI article like that? I used to use beta and i get an ATI card :( (biiig mistake) I plan on getting a NVIDIA one again soon, but for now i need something about ATI
-
No, I haven't any useful links to ATI resources. However, if I am right about source of Your problem, it is matter of OS settings, not brand of graphics card. So, what Linux distribution are You using ? Did You try the first method I mentioned ?
-
Im using the latest Fedora, i got the updater to run but it crashes again on the client when it tries to load, so were half way there! haha