Subject: Re: Problem with netscape navigator
To: Michael Core <520079546242-0001@t-online.de>
From: Paul Newhouse <newhouse@rockhead.com>
List: netbsd-help
Date: 06/02/2002 10:30:14
Michael,
Thanks, this did the trick.
I had "/usr/pkg/emul/linux/lib" in my ld.so.conf file but, it wasn't causing
ldconfig to
pick up any files from there. "setenv LD_LIBRARY_PATH `cat /etc/ld.so.conf`
&& .../navigator"
works ... well it solves this problem.
Thanks again,
Paul
> newhouse@rockhead.com (Paul Newhouse) wrote:
>
> > > On Fri, 31 May 2002, Paul Newhouse wrote:
> > >
> > > > Platform i386
> > > >
> > > > Some pages give me:
> > > >
> > > > sh: error in loading shared libraries: /usr/pkg/lib/libcurses.so.5
> > > > undefined symbol: __sF
> > > >
> > > > Is this fixable? If so what do I do?
>
> Try to wrap netscape and/or put the line
>
> LD_LIBRARY_PATH=/usr/pkg/emul/linux/lib
>
> into it.
>
> HTH
> Michael