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@aide rtest]$ aide --init > Gzip-support not compiled in. > 21:Error in expression:acl > Configuration error > [nutan@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
_______________________________________________ Aide mailing list [email protected] https://www.ipi.fi/mailman/listinfo/aide
