Subject: Re: Lynx
To: Mark de Jong <mdj@home.com>
From: None <mcmahill@mtl.mit.edu>
List: port-mac68k
Date: 09/11/1998 08:21:25
On Thu, 10 Sep 1998, Colin Wood wrote:

> Mark de Jong wrote:
> > Hi,
> > 
> > I try to launch lynx, I get this error:
> > 
> > 	/usr/libexec/ld.so: lynx: libncurses.so.3.4: No such file or directory
> > 

> add
> 
> /usr/pkg/lib
> 
> to /etc/ld.so.conf  (and if the file doesn't exist, create it)

and if you have to create the file from scratch, be sure to also have
/usr/lib

in it and if you use X, also have 

/usr/X11R6/lib

my /etc/ld.so.conf looks like:

/usr/lib
/usr/X11R6/lib
/usr/pkg/lib

-Dan