PlaneShift

Support => Linux Specific Issues => Topic started by: Gavner on November 15, 2006, 12:40:48 am

Title: updater and setup error
Post 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
Quote
[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)
Title: Re: updater and setup error
Post by: Wired_Crawler on November 15, 2006, 01:42:00 pm
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 0
The 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.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)
Title: Re: updater and setup error
Post by: Gavner on November 15, 2006, 08:11:21 pm
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 0
The 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.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
Title: Re: updater and setup error
Post by: Wired_Crawler on November 15, 2006, 10:08:21 pm
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 ?
Title: Re: updater and setup error
Post by: Gavner on November 16, 2006, 04:22:44 am
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