Subject: Re: shared object libXpm.so.4 not found
To: Martin Stark <Martin.Stark@rz-online.de>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 01/11/2000 12:12:09
Martin Stark wrote:

> 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.

Well, the build procedure was busted.  I've just committed some fixes to
fvwm95 that should allow it to build on the pmax ok.  Look for new files
in the patches directory called patch-ag and patch-ah.  If you want a
copy now before sup updates or the tar files are rebuild, let me know.

Simon.