From owner-freebsd-questions Sat Mar 22 09:47:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA15559 for questions-outgoing; Sat, 22 Mar 1997 09:47:38 -0800 (PST) Received: from jason01.u.washington.edu (jason01.u.washington.edu [140.142.70.24]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15540 for ; Sat, 22 Mar 1997 09:47:33 -0800 (PST) Received: from dante01.u.washington.edu (dante01.u.washington.edu [140.142.15.3]) by jason01.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with ESMTP id JAA04200; Sat, 22 Mar 1997 09:41:17 -0800 Received: from localhost (durang@localhost) by dante01.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with SMTP id JAA20956; Sat, 22 Mar 1997 09:47:32 -0800 Date: Sat, 22 Mar 1997 09:47:32 -0800 (PST) From: Ken Marsh To: Jean Claude Morlier cc: questions@FreeBSD.org Subject: Re: Pb when I run xemacs under FreeBSD 2.1.5 In-Reply-To: <3333CF2C.F5F@calva.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 22 Mar 1997, Jean Claude Morlier wrote: > I have installed XFree86 from CDRom FreeBSD 2.1.5 > 1) I have a problem when I run xemacs it don't > start with error msg > > ld.so failed: can't find shared library > "libXm.so.2.0" > > 2) When I run xfontsel I have the following > warning > > ld.so: warning: /usr/X11R6/lib/libXaw.so.6.0 : > minor version 0 older than expected 1, using it > anyway. I had a similar problem, except with libjpeg.so.5.1, et. al. When I made symlinks in /usr/lib with the same name as the files, which were actually located in /usr/local/lib, the problem was fixed. I'll bet your problem can be fixed by making symlinks where those files are expected to reside. Do "find / -name libXm.so.2.0" to see where it is, and then link it to /usr/X11R6/lib/libXaw.so.2.0. That might do it. Good luck! Ken Marsh