checking for sys/acl.h... no
FATAL ERROR: could not find a valid Access Control List header.
Install either the acl-devel (rpm) or the acl-dev (deb) package.
make: *** [include/builddefs] Error 1
[root@dendennis xfstests]# rpm -qa | grep acl
acl-devel-1.0.5-0
acl-1.0.5-0
Hmmm... I'm sure it's a simple fix, but which "sys" directory is configure
looking in?
--
Regards,
Juha
PGP fingerprint:
B7E1 CC52 5FCA 9756 B502 10C8 4CD8 B066 12F3 9544
On Mon, 18 Jun 2001, Steve Lord wrote:
> For local access stress, run make in the cmd/xfstests directory (you will need
> the various devel rpms installed, including rev 1.06 of the acl rpms if you
> have a current cvs tree).
>
> This will give you an fsstress binary in the xfstests/src directory,
> doing something like:
>
> fsstress -d /xfs-filesystem -p 8 -n 10000
>
> will run 8 parallel threads doing 10000 random operations each in the
> specified directory. You can bump the numbers, but you will chew up large
> amounts of disk space.
>
>
|