From owner-freebsd-questions Thu Mar 6 20:07:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA10324 for questions-outgoing; Thu, 6 Mar 1997 20:07:43 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA10316 for ; Thu, 6 Mar 1997 20:07:38 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id UAA05127; Thu, 6 Mar 1997 20:07:38 -0800 (PST) To: Doug White cc: "Daniel A. Borlean" , freebsd-questions@freebsd.org Subject: Re: Missing libraries in FreeBSD In-reply-to: Your message of "Thu, 06 Mar 1997 11:07:43 PST." Date: Thu, 06 Mar 1997 20:07:37 -0800 Message-ID: <5124.857707657@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Another option these days would be to build the current Lesstif port (which is in the ports collection, currently at version 0.77). I tried this the other day with Mosaic and it worked fairly well. Jordan > On Wed, 5 Mar 1997, Daniel A. Borlean wrote: > > > ld.so failed: Can't find shared library "libXpm.so.4.6" > > Mr. Wells beat me to this one. > > > Again with X Windows emacs-19.14 I get another error: > > > > ld.so failed: Can't find shared library "libgcc.so.261.0" > > Jordan gave me the "proper" solution for this, assuming you have the > compat21 dist installed. > > Make a small script in /usr/local/etc/rc.d/ with this as the contents: > > #!/bin/sh > ldconfig -m /compat/lib > > if you're on 2.1.5 or earlier, you can modify /etc/rc and find the section > that configures the ldconfig paths. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > >