Author Topic: updater and setup error  (Read 760 times)

Gavner

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
updater and setup error
« 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)

Wired_Crawler

  • Hydlaa Citizen
  • *
  • Posts: 429
    • View Profile
Re: updater and setup error
« Reply #1 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
"Close the world, txEn eht nepO."

Gavner

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: updater and setup error
« Reply #2 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

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

Wired_Crawler

  • Hydlaa Citizen
  • *
  • Posts: 429
    • View Profile
Re: updater and setup error
« Reply #3 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 ?
"Close the world, txEn eht nepO."

Gavner

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: updater and setup error
« Reply #4 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