Operating System - Linux
1753971 Members
7493 Online
108811 Solutions
New Discussion юеВ

Missing xorg-x11-deprecated-libs from the server

 
Jorge Cocomess
Super Advisor

Missing xorg-x11-deprecated-libs from the server

I need help. The server showed that the file has been installed. I tried using up2date -uf to update the file, but it tell me that All packages are currently up to date.

How can I find this file and reinstall it on my Linux server (RHAS 4.0)??

Thanks,

Jorge
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Missing xorg-x11-deprecated-libs from the server

Then the package is already installed. Verify with

rpm -qa | grep xorg

To identify the files in the package run

rpm -qil xorg-x11-deprecated-libs
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: Missing xorg-x11-deprecated-libs from the server

Shalom Jorge,

It may be prudent in this instance to rpm -e the rpm and reinstall using the original install media.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jorge Cocomess
Super Advisor

Re: Missing xorg-x11-deprecated-libs from the server

After I ran the command; rpm -qil and found that the two servers displayed different output. First output is on the working server. I also displayed the links for this particular file as well.

Working server:

Name : xorg-x11-deprecated-libs Relocations: (not relocatable)
Version : 6.8.2 Vendor: Red Hat, Inc.
Release : 1.EL.52 Build Date: Tue 24 Jun 2008 09:46:30 PM CDT
Install Date: Mon 04 Aug 2008 11:03:08 AM CDT Build Host: ls20-bc2-13.build.redhat.com
Group : System Environment/Libraries Source RPM: xorg-x11-6.8.2-1.EL.52.src.rpm
Size : 35944 License: MIT/X11, and others
Signature : DSA/SHA1, Thu 26 Jun 2008 02:57:31 PM CDT, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <>
URL : http://xorg.freedesktop.org
Summary : Deprecated X Window System shared libraries
Description :
This package contains shared library runtimes which have been deprecated,
but are provided still for compatibilty with existing applications that link
to them. Software projects which use these libraries, should port their
code to current alternatives.
/usr/X11R6/lib64/libXp.so.6
/usr/X11R6/lib64/libXp.so.6.2
Name : xorg-x11-deprecated-libs Relocations: (not relocatable)
Version : 6.8.2 Vendor: Red Hat, Inc.
Release : 1.EL.52 Build Date: Tue 24 Jun 2008 09:49:51 PM CDT
Install Date: Mon 04 Aug 2008 11:03:26 AM CDT Build Host: hs20-bc2-4.build.redhat.com
Group : System Environment/Libraries Source RPM: xorg-x11-6.8.2-1.EL.52.src.rpm
Size : 27256 License: MIT/X11, and others
Signature : DSA/SHA1, Thu 26 Jun 2008 02:57:27 PM CDT, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <>
URL : http://xorg.freedesktop.org
Summary : Deprecated X Window System shared libraries
Description :
This package contains shared library runtimes which have been deprecated,
but are provided still for compatibilty with existing applications that link
to them. Software projects which use these libraries, should port their
code to current alternatives.
/usr/X11R6/lib/libXp.so.6
/usr/X11R6/lib/libXp.so.6.2

Link:

ls -l /usr/X11R6/lib/libXp.so.6
lrwxrwxrwx 1 root root 12 Aug 4 11:03 /usr/X11R6/lib/libXp.so.6 -> libXp.so.6.2
ls -l /usr/X11R6/lib64/libXp.so.6
lrwxrwxrwx 1 root root 12 Aug 4 11:03 /usr/X11R6/lib64/libXp.so.6 -> libXp.so.6.2



Not working Server:

Name : xorg-x11-deprecated-libs Relocations: (not relocatable)
Version : 6.8.2 Vendor: Red Hat, Inc.
Release : 1.EL.52 Build Date: Tue 24 Jun 2008 09:46:30 PM CDT
Install Date: Fri 15 Aug 2008 03:36:33 PM CDT Build Host: ls20-bc2-13.build.redhat.com
Group : System Environment/Libraries Source RPM: xorg-x11-6.8.2-1.EL.52.src.rpm
Size : 35944 License: MIT/X11, and others
Signature : DSA/SHA1, Thu 26 Jun 2008 02:57:31 PM CDT, Key ID 219180cddb42a60e
Packager : Red Hat, Inc. <>
URL : http://xorg.freedesktop.org
Summary : Deprecated X Window System shared libraries
Description :
This package contains shared library runtimes which have been deprecated,
but are provided still for compatibilty with existing applications that link
to them. Software projects which use these libraries, should port their
code to current alternatives.
/usr/X11R6/lib64/libXp.so.6
/usr/X11R6/lib64/libXp.so.6.2

Link:

ls -l /usr/X11R6/lib/libXp.so.6
-rwxrwxrwx 1 root root 27256 Jun 24 21:49 /usr/X11R6/lib/libXp.so.6
ls -l /usr/X11R6/lib64/libXp.so.6
lrwxrwxrwx 1 root root 12 Aug 15 15:36 /usr/X11R6/lib64/libXp.so.6 -> libXp.so.6.2

I can't remove xorg-x11-deprecated-libs due to dependencies.

Please advice.

Thanks,
J