[Aide] AIDE init error for acl and gzip support

Richard van den Berg richard at vdberg.org
Sat Jan 18 22:57:19 EET 2020


On 18/01/2020 21:04, Nutan Vishwakarma wrote:
> I am trying to test latest available version of aide, on CentOS 7 and
> not all dependencies are available via yum, so I installed a few
> manually in non standard paths.
>
> /sudo yum install -y bison flex pcre-devel.x86_64 zlib-devel.x86_64
> libgcrypt-devel.x86_64 libgcrypt.x86_64 mhash-devel.x86_64
> libcryptui-devel.x86_64 gettext-0.19.8.1-2.el7.x86_64
> ./configure --with-zlib=/home/nutan/aide/zlib-1.2.11/ --disable-static/


Why use --with-zlib in a local directory when you have zlib-devel
installed? Use --with-zlib without an argument should be enough.


> when "aide --init" is run, then I see error of expression.
>
>     [nutan at aide rtest]$ aide --init
>     Gzip-support not compiled in.
>     21:Error in expression:acl
>     Configuration error
>     [nutan at aide rtest]$ 
>

Aide is complaing that gzip (zlib) and acl support are not available.
ACL support should be available by running configure --with-posix-acl
and xattr using --with-xattr

Check your config.log to see why configure cannot find your zlib-devel
files.

Kind regards,

Richard

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ipi.fi/pipermail/aide/attachments/20200118/6d9b6571/attachment.html>


More information about the Aide mailing list