Ok, it looks like at least xfsprogs has a strange desire to put libs in
/usr/libexec. If you just type "make" it explicitly sets that dir to
/usr/lib instead, so try:
./configure --prefix=/usr --libexecdir=/usr/lib
for your configure options as a workaround, for now. You'll probably
want to clean the cruft out of /usr/libexec, too. (Hm, an uninstall
target would be nice, wouldn't it...)
-Eric
On Tue, 2002-08-13 at 09:56, Eric Sandeen wrote:
> Hi Michael - I see this same behavior, and I don't think you're doing
> anything wrong... I'll take a look.
>
> Thanks,
>
> -Eric
>
> On Tue, 2002-08-13 at 08:27, Michael Wahlbrink wrote:
>
> > # cd ../xfsdump
> > # autoconf; ./configure --prefix=/usr
> >
> > and here it stops with the foolowing error
> > .....
> > checking xfs/libxfs.h usability... yes
> > checking xfs/libxfs.h presence... yes
> > checking for xfs/libxfs.h... yes
> > checking for libxfs_init in -lxfs... no
> >
> > FATAL ERROR: could not find a valid XFS base library.
> > Install either the xfsprogs-devel (rpm) or the xfslibs-dev (deb)
> > package.
> > Alternatively, run "make install-dev" from the xfsprogs source.
> >
>
> --
> Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs
> sandeen@xxxxxxx SGI, Inc. 651-683-3102
--
Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx SGI, Inc. 651-683-3102
|