PDA

View Full Version : XFree86 update fails


rsuriakumar
22nd March 2004, 11:58 AM
when i tried to update via yum i get the following message:
Resolving dependencies
..Package XFree86-devel needs XFree86-libs = 4.3.0-64, this is not available.
Package XFree86-xfs needs XFree86-libs = 4.3.0-64, this is not available.
Package XFree86 needs XFree86-libs = 4.3.0-64, this is not available.
Package XFree86-twm needs XFree86-libs = 4.3.0-64, this is not available.

can u please help me

dholwerda
22nd March 2004, 12:29 PM
try this as described on the test list

http://www.redhat.com/archives/fedora-test-list/2004-March/msg01428.html

rsuriakumar
23rd March 2004, 05:39 AM

thank you very much
it works fine
the XFree86 is gone
now it is only xorg

what is the difference between XFree86 and xorg

regards

Finalzone
23rd March 2004, 06:34 AM
Pratically identical minus the non-free code.

vorte[x]
23rd March 2004, 01:34 PM
Here's the solution just in case the URL becomes invalid.


There is a short description of my xorg install process:

[root nemesis bart]# yum --exclude=xorg* --exclude=anaconda --exclude=gdm --exclude=kdebase --exclude=kdebase-devel --exclude=chkfontpath --exclude=XFree86* update

then,

yum install xorg-x11*

followed by ,

yum update

after that you should put /usr/X11R6/lib back in /etc/ld.so.conf

run restart -xfs <- or sometning to that extend sorry but I'm not sure about this part.

reboot

and U should have xorg running.

Worked for me

Finalzone
24th March 2004, 10:42 AM
after that you should put /usr/X11R6/lib back in /etc/ld.so.conf

I checked that part after doing yum update . The line "/usr/X11R6/lib" was still there so I only need to restart the xfs. the correct input is "service xfs restart".