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/10/2000 08:16:42
Simon Burge 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
> 
> The correct fix is for the link stage of fvwm95 to use something like
> 
>         -Wl,-R/usr/X11R6/lib
> 
> which sets the run-time library path (much the same effect as
> LD_LIBRARY_PATH except on a per-executable basis).  We're you
> using an up-to-date version of the package source version?
> 

Hi,

I just untarred the file pkgsrc.tgz
(ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc.tar.gz on Jan 8
2000) in /usr, did a `cd /usr/pkgsrc/x11/fvwm95 ; make ; make
install` and waited ...
It downloaded some things ... compiled ... linked ... and finally
there was it.

So I try to repeat from the link stage.

Thanks a lot,
Martin