From owner-freebsd-emulation Thu May 27 8:50:12 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 210F314EB8 for ; Thu, 27 May 1999 08:50:02 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (p641.asi.euronet.nl [194.134.124.169]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id RAA13492; Thu, 27 May 1999 17:50:00 +0200 (MET DST) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.1) with ESMTP id RAA04875; Thu, 27 May 1999 17:49:54 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <374D69A1.30D3EE07@scc.nl> Date: Thu, 27 May 1999 17:49:53 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: rdmurphy@vt.edu Cc: rdmurphy@mail.vt.edu, emulation@FreeBSD.org Subject: Re: libncurses.so.4? References: <14156.18691.855387.370441@knock.econ.vt.edu> <374C5F8C.2A2B9482@scc.nl> <14157.18841.884481.403178@knock.econ.vt.edu> <374D5010.166EB973@scc.nl> <14157.24951.911182.40542@knock.econ.vt.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Russell D. Murphy Jr." wrote: > > According to Marcel Moolenaar (May 27, 1999): > | > | Hmmm. Did you do anything special to get them run? I, for example have > | realplayer and acroread from the ports installed without any problems. I'll > | try Netscape here right now. > > Well, I confess I did *not* re-install acroread or netscape. Neither > did I re-install stata, but stata didn't require any particular > (FreeBSD) installation (but does require that /usr/local/stata be in > your command path - see below). It is not required to reinstall any linux applications, it's more a matter of getting rid of linux_lib left-overs. > | Can you check if you have LD_LIBRARY_PATH in your env? > > knock [rdmurphy]% setenv | grep PATH > LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/X11R6/lib:/usr/local/lib/rvplayer5.0 This could be your problem. Note that LD_LIBRARY_PATH also applies to Linux binaries, which makes mixups quite likely. Try removing the LD_LIBRARY_PATH from your env and place /usr/local/lib/rvplayer5.0 in /compat/linux/etc/ld.so.conf, like this: echo /usr/local/lib/rvplayer5.0 >> /compat/linux/etc/ld.so.conf /compat/linux/sbin/ldconfig My ld.so.conf looks like this: /usr/i486-linux-libc5/lib /usr/X11R6/lib /usr/local/lib /oracle/lib /usr/local/lib/rvplayer5.0 > | Just to make sure: Did you rm -rf /compat/linux after you removed linux_lib > | and before you installed linux-base? I want to make sure you didn't leave > | anything behind. > > Actually, I did pkg_delete linux_lib-2.6.1. Not a good idea? Well, yes. But that doesn't mean /compat/linux is empty. There may be some left-overs. In general that's not necessarily a problem, but since you get segmentation faults, it may be a problem. (BTW: I still have to download Netscape. I'll get back to you when I've done it) -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message