<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 18/01/2020 21:04, Nutan Vishwakarma
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACC=oqEetoFzVpUZFH9z4-Kqvbo9gG=W9Qy4QUsjAofY6WZYrg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      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.<br>
      <div dir="ltr"><br>
        <i><font face="times new roman, serif">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<br>
            ./configure --with-zlib=/home/nutan/aide/zlib-1.2.11/
            --disable-static</font></i><br>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p><font face="times new roman, serif">Why use --with-zlib in a
        local directory when you have zlib-devel installed? Use
        --with-zlib without an argument should be enough.<br>
      </font></p>
    <p><font face="times new roman, serif"></font><br>
    </p>
    <blockquote type="cite"
cite="mid:CACC=oqEetoFzVpUZFH9z4-Kqvbo9gG=W9Qy4QUsjAofY6WZYrg@mail.gmail.com">
      <div dir="ltr">when "aide --init" is run, then I see error of
        expression.<br>
        <br>
        <blockquote style="margin:0 0 0 40px;border:none;padding:0px">[nutan@aide
          rtest]$ aide --init<br>
          Gzip-support not compiled in.<br>
          21:Error in expression:acl<br>
          Configuration error<br>
          [nutan@aide rtest]$ </blockquote>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>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</p>
    <p>Check your config.log to see why configure cannot find your
      zlib-devel files.<br>
    </p>
    <p>Kind regards,</p>
    <p>Richard<br>
    </p>
  </body>
</html>