From owner-freebsd-questions Tue Oct 19 1:54: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 32B9016312 for ; Tue, 19 Oct 1999 01:54:02 -0700 (PDT) (envelope-from freebsd-questions@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id KAA82783 for questions@FreeBSD.org; Tue, 19 Oct 1999 10:42:16 +0200 (CEST) (envelope-from freebsd-questions@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for questions@FreeBSD.org (questions@FreeBSD.org) To: questions@FreeBSD.org Date: Tue, 19 Oct 1999 10:42:08 +0200 From: Marcel Moolenaar Message-ID: <380C2EE0.DF967F48@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: (Ken, McGlothlen), <87904z7r6c.fsf_-_@ralf.serv.net> Subject: Re: linux-netscape47-communicator port problems. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ken McGlothlen wrote: > > I installed the linux-netscape47-communicator port just fine. And it runs > perfectly from the root directory. But from a normal user account, the error > message I get is: > > /usr/local/lib/netscape-linux/communicator-4.7.bin: error in loading > shared libraries > libXpm.so.4: cannot open shared object file: No such file or directory > > I don't know why this is. /usr/X11R6/lib/libXpm.so.4 does exist. That's a FreeBSD library. It's not to be used bu Linux binaries. > I don't have > a corresponding libXpm.so.4 in the /compat/linux/lib directory, though. The linux_base port installs xpm, but it has only been added recently. You can add xpm by hand: o Go to a RedHat FTP mirror that carries redhat-5.2 (see http://www.readhat.com) o Download xpm-*.i386.rpm o Install it with: rpm -i --root /compat/linux --dbpath /var/lib/rpm --ignoreos rpm-*.i386.rpm You can also reinstall linux_base, of course :-) HTH, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message