<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 15 Jul 2016, at 15:17, Steve Grubb <<a href="mailto:sgrubb@redhat.com" class="">sgrubb@redhat.com</a>> wrote:</div><div class=""><div class="">On Friday, July 15, 2016 2:52:02 PM EDT Mateusz Piotrowski wrote:<br class=""><blockquote type="cite" class="">Is there an easier way to get the latest Linux Audit version on my system?</blockquote>Why wouldn't you start with the distribution tar file?<br class=""><a href="http://people.redhat.com/sgrubb/audit/audit-2.6.5.tar.gz" class="">http://people.redhat.com/sgrubb/audit/audit-2.6.5.tar.gz</a><br class=""></div></div></blockquote><br class=""></div></div><div>I was able to install the latest version from the tar file using the following commands. Thanks Steve!</div><div><br class=""></div><div>curl -O <a href="http://people.redhat.com/sgrubb/audit/audit-2.6.5.tar.gz" class="">http://people.redhat.com/sgrubb/audit/audit-2.6.5.tar.gz</a></div><div>gzip -d audit-2.6.5.tar.gz</div><div>tar xf audit-2.6.5.tar</div><div>cd audit-2.6.5</div><div><div class="">yum install autoconf automake libtool tcp_wrappers-devel openldap-devel</div># Python and libcap-ng didn't work for me.<br class=""># This is why I set --with-python and --with-libcap-ng to no instead to yes.<div class="">./configure --sbindir=/sbin --with-python=no --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=no</div><div class="">make</div><div class="">make install</div><div class=""><br class=""></div><div class="">My CentOS is now running auditd version 2.6.5 (according to information within /var/log/audit/audit.log).</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Cheers!</div><div class=""><br class=""></div><div class="">-m</div></div></body></html>