From owner-freebsd-questions Thu Dec 14 11:39:17 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02473 for questions-outgoing; Thu, 14 Dec 1995 11:39:17 -0800 (PST) Received: from jennifer.pernet.net (jennifer.pernet.net [205.229.0.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA02468 for ; Thu, 14 Dec 1995 11:39:15 -0800 (PST) Received: (from eli@localhost) by jennifer.pernet.net (8.6.12/8.6.9) id NAA11680; Thu, 14 Dec 1995 13:34:03 -0600 From: "E. Eli Boaz" Message-Id: <199512141934.NAA11680@jennifer.pernet.net> Subject: Re: X-windows is broken To: kxie@user1.channel1.com (Kai Xie) Date: Thu, 14 Dec 1995 13:34:02 -0600 (CST) Cc: questions@freebsd.org In-Reply-To: <2.2b7.32.19951214004123.0069a5b8@us1.channel1.com> from "Kai Xie" at Dec 13, 95 07:41:23 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk 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,