Subject: Re: Shared object "libXext.so.6" not found
To: nesti <nestlikos@wp.pl>
From: Mipam <mipam@ibb.net>
List: netbsd-help
Date: 02/07/2002 17:05:51
On Thu, Feb 07, 2002 at 11:45:32AM +0000, nesti wrote:
> hi, 
> I'm new in netbsd and I have terrible problem:
> when I try to run wmaker or another desktop manager I see something like:
> 
> Shared object "libXext.so.6" not found 
> 
> ..but I have this lib in /usr/X11X6/lib/
> What's going on?

What libs can be found is determined by which path's ldconfig
scans at boot. Plz check whether /usr/X11R6/lib is
in /etc/ld.so.conf

To see what libs can now be found you may type:

strings /var/run/ld.so.hints or type ldconfig -r
Bye,

Mipam.