Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 1995 13:34:02 -0600 (CST)
From:      "E. Eli Boaz" <eli@jennifer.pernet.net>
To:        kxie@user1.channel1.com (Kai Xie)
Cc:        questions@freebsd.org
Subject:   Re: X-windows is broken
Message-ID:  <199512141934.NAA11680@jennifer.pernet.net>
In-Reply-To: <2.2b7.32.19951214004123.0069a5b8@us1.channel1.com> from "Kai Xie" at Dec 13, 95 07:41:23 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Kai Xie wrote:
> Hi, I was running successfully with X-window a minute ago. But after I
> install XV, then I shutdown the computer. and restarted and startx, my god
> it gives me this crap:
>                 ld.so: xinit: libXmu.so.6.0: undefined error:
> can anyone tell me how to fix this, and why it's happening ??

Fairly simple.  ld.so is not finding your shared X libraries.  You need
to do the following:

	ldconfig -m /usr/X11R6/lib

To tell the dynamic library loader to merge the shared libraries in
/usr/X11R6/lib into the dynamic library 'list.'

ttyl,




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512141934.NAA11680>