Hello,
Somehow, while attempting to start X the following errors appear;
# startx xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object file: No such file or directory xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object file: No such file or directory xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object file: No such file or directory xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object file: No such file or directory xinit: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory xauth: error while loading shared libraries: libXmuu.so.1: cannot open shared object file: No such file or directory
I have no idea what happened. Any ideas on how to fix it though?
Sounds like something happened to xorg-x11-libs
Use YaST to reinstall it from the CDs/DVD
Thanks Anders. After looking at Yast, can see that "i" means its already installed, but how do you force a reinstall? Thank you again, ~James
On Friday 12 August 2005 00:54, James D. Parra wrote:
Thanks Anders. After looking at Yast, can see that "i" means its already installed, but how do you force a reinstall?
Since you say 'i' I assume you're looking at the text based version of YaST. In the GUI version of YaST, if you right click on the icon you can select to install it. In the text based version I'm not quite sure what the procedure is, I don't use it all that much From the command line, if you have the rpm, you can do rpm -e --nodeps xorg-x11-libs followed by rpm -ivh <file name> where <file name> is the complete file name, complete with version number and .i586.rpm. (note that you don't need this in the rpm -e command, there you only need the base name of the rpm)
participants (2)
-
Anders Johansson
-
James D. Parra