From owner-freebsd-questions Mon Nov 29 9:46:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 2049015402 for ; Mon, 29 Nov 1999 09:46:09 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id MAA24154; Mon, 29 Nov 1999 12:44:35 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199911291744.MAA24154@blackhelicopters.org> Subject: Re: missing X library? In-Reply-To: from Jonathon McKitrick at "Nov 29, 1999 5:15:45 pm" To: jcm@dogma.freebsd-uk.eu.org (Jonathon McKitrick) Date: Mon, 29 Nov 1999 12:44:35 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Well, in my efforts to remove wordperfect i shot myself in the foot. I > ran a 'rpm -e --nodeps < filelist' to remove all rpms, which i thought > were only for wordperfect. But now xterm and x won't run because of the > following error from ld-elf.so.1: > > shared object "libXmu.s0.6" not found > > Where do i reinstall this from? > And next time i do this, what is the command that will help me find files > like this on my own? > > -jm Hello, Without more information it's hard to state what exactly happened. Also, I'm coming in late to this thread. Given all that, here's my Best Guess (tm)... When you installed WordPerfect, did you use RPM's --root /compat/linux option? It's possible that the RPM remove process fried everything that it required to run including, in your case, the X window system. I.e., my system has: moneysink~;locate -i libXmu.so.6.0 /usr/X11R6/lib/aout/libXmu.so.6.0 /usr/compat/linux/usr/X11R6/lib/libXmu.so.6.0 /usr/compat/linux/usr/i486-linux-libc5/lib/libXmu.so.6.0 moneysink~; If you fry the one under /usr/X11R6, you're toast. If you fry the one under /usr/compat/linux, you're fine. My guess is that you deleted your native FreeBSD libXmu.so.6.0. Best suggestion; remove and reinstall X. Sorry, ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message