Re: Errors with X........
Kerin Millar <[email protected]> Thu, 24 Oct 2002 12:31:37 +0000
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Organization | Recruit2Recruit.NET Ltd |
| Message-ID | <[email protected]> |
On Wed, 23 Oct 2002 12:35:35 -0700 "johnathon hornbeck" <[email protected]> wrote: > I am getting errors with X now that I recompiled my kernel. I have not got X > to work at all since I have installed but was making progress with having > the Nvidia splash screen and the gdm login prompt come up. Now I get this > error. > > xauth: error while loading shared libraries:libXmuu.so.1:cannot open shared > object file:No such file of directory > xinit:error while loading shared libraries:libXmuu.so.1:cannot open shared > object file:No such file of directory > > Anyone have a clue? > > > > John Hornbeck > Linux Instructor, Great Plains Technology Center Strange. Do: ls -l /usr/X11R6/lib/libXmuu.* Check that the file is there. It should be a symlink to a real library, here's mine: -rw-r--r-- 1 root root 11584 Oct 21 23:23 libXmuu.a lrwxrwxrwx 1 root root 14 Oct 21 23:23 libXmuu.so -> libXmuu.so.1.0 lrwxrwxrwx 1 root root 14 Oct 21 23:23 libXmuu.so.1 -> libXmuu.so.1.0 -rwxr-xr-x 1 root root 13732 Oct 21 23:23 libXmuu.so.1.0 If this isn't the case then correct the symlink. And try issuing: env-update to ensure your LD_PRELOAD is set correctly. --kerframil