Subject: Re: shared object libXpm.so.4 not found
To: port-pmax@netbsd.org <port-pmax@netbsd.org>
From: Martin Stark <Martin.Stark@rz-online.de>
List: port-pmax
Date: 01/09/2000 23:55:42
Gregory McGarry wrote:
>
> Martin Stark wrote:
>
> > after building fvwm95 (cd /usr/pkgsrc/x11/fvwm95 ; make ; make
> > install) it says to me:
> > Shared object libXpm.so.4 not found.
> >
> > libXpm.so.4 is physically existent in /usr/X11R6/lib
>
> What does ldd mention?
now it mentions that all is ok!!!
I just set the environment variable LD_LIBRARY_PATH to
/usr/X11R6/lib, and that succeeded.
>
> > Is there a possiblity to make the lib known to the system? Something
> > like ldconfig or an enviroment variable or... ?
>
> Have a look at http://www.netbsd.org/Documentation/elf.html
>
> -- Gregory McGarry <g.mcgarry@qut.edu.au>
Thanks for your answer,
Martin