[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot compile xfsdump
At 09:14 1-8-2001 +0200, you wrote:
>At 16:14 31-7-2001 -0500, Steve Lord wrote:
>> > Hello,
>>Let's add this solution to this part of the configure script.
>
> > > FATAL ERROR: could not find a valid XFS library header.
>> > Install either the xfsprogs-devel (rpm) or the xfslibs-dev (deb) package.
>> > root@kaperfahrt:/usr/src/xfs/xfsdump-1.0.9#
>
>I'll make a trivial patch.
--- configure.in.orig Wed Aug 1 09:32:49 2001
+++ configure.in Wed Aug 1 09:34:29 2001
@@ -140,6 +140,7 @@
echo
echo 'FATAL ERROR: could not find a valid XFS library header.'
echo 'Install either the xfsprogs-devel (rpm) or the xfslibs-dev
(deb) package.'
+ echo 'Or do a make install-dev if you do not use packages'
exit 1
])
AC_CHECK_LIB(xfs, libxfs_init,, [
--
Seth
Every program has two purposes one for which
it was written and another for which it wasn't
I use the last kind.