<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></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="">I’m trying to update the 2013 version of auditd on a just installed CentOS 6.8-i386. </div><div class=""><br class=""></div><div class="">So far I’ve downloaded audit-userspace from GitHub[1] and I’ve faced a couple of problems:</div><div class=""><br class=""></div><div class="">1. README says that I should consult the README-install file. I cannot see this file. Where is it?</div><div class="">2. I consulted the INSTALL.tmp and since I’ve not got any ./configure file inside my clone I deducted I’ve got to run ./autogen.sh. I was missing some dependencies so I ran `yum install autoconf automake libtool`.</div><div class=""> </div><div class=""> Then I ran `./configure --sbindir=/sbin --with-python=yes --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes` but the command failed at this is a part of the log I got (the full log file is available here[2]):</div><div class=""><br class=""></div><div class=""><div class="">    configure: WARNING: unrecognized options: --with-libcap-ng</div><div class="">    ...</div><div class="">    Checking for programs</div><div class="">    ...</div><div class="">    ./configure: line 13130: AX_PROG_CC_FOR_BUILD: command not found</div><div class="">    ...</div><div class="">    Checking for header files</div><div class="">    ...</div><div class="">    checking for python... /usr/bin/python</div><div class="">    checking for python version... 2.6</div><div class="">    checking for python platform... linux2</div><div class="">    checking for python script directory... ${prefix}/lib/python2.6/site-packages</div><div class="">    checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages</div><div class="">    configure: error: Python explicitly requested and python headers were not found</div></div><div class=""><br class=""></div><div class=""> Have you got any idea what the problem is?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Is there an easier way to get the latest Linux Audit version on my system?</div><div class=""><br class=""></div><div class="">Cheers! </div><div class=""><br class=""></div><div class="">-m</div><div class=""><br class=""></div><div class="">[1]: <a href="https://github.com/linux-audit/audit-userspace" class="">https://github.com/linux-audit/audit-userspace</a></div><div class="">[2]: <a href="http://pastebin.com/jd7ZSmLV" class="">http://pastebin.com/jd7ZSmLV</a></div><div class="">[Logs in a raw txt format]: <a href="http://pastebin.com/raw/Jd7ZSmLV" class="">http://pastebin.com/raw/Jd7ZSmLV</a></div></body></html>