Date: Thu, 27 May 1999 17:49:53 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: rdmurphy@vt.edu Cc: rdmurphy@mail.vt.edu, emulation@FreeBSD.org Subject: Re: libncurses.so.4? Message-ID: <374D69A1.30D3EE07@scc.nl> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?374D69A1.30D3EE07>