> I'm trying to compile some of the cvs cmd items, and can't seem to find
> all the headers. I'm using RH 7.1, and wondering if the xfsprogs-devel
> is not part of cvs? Or perhaps I'm just installing out of order (I have
> the 2.4.6-pre1-xfs kernel up and running, the current xfs kernel is what
> /usr/src/linux/ has in it). Suggestions on where to get devel headers or
> what to move where when using the cvs tree?
>
> FATAL ERROR: could not find a valid XFS library header.
> Install either the xfsprogs-devel (rpm) or the xfslibs-dev (deb)
> package.
> make: *** [configure] Error 1
>
> D. Stimits, stimits@xxxxxxxxxx
To get through a build of all the commands you need to install some of the
earlier phases. You can do this either by building and installing the rpms,
or by a make install.
I think this sequence works (from memory):
0. install e2fsprogs-devel for uuid code
1. build acl and attr packages, install development rpms
2. build xfsprogs, install development rpms
3. build xfsdump
Steve
|