<div dir="ltr">I'm trying to build the user-space part of the Linux Auditing Framework in <a href="https://github.com/linux-audit/audit-userspace">https://github.com/linux-audit/audit-userspace</a>. First, the README tells me to "see the README-install file" for building instructions and there is no such file. <div><br></div><div>Second, I tried the standard build procedure using autotools: <div><br></div><div>aclocal; autoconf; automake; ./configure; make</div><div><br></div><div>./configure fails with the following error message:</div><div><br></div><div>configure: error: zos remote support was requested but the openldap library was not found<br></div><div><br></div><div>- Is there any out-of-the-box way to build a *minimal* auditd for the x86_64 platform or I'd need to remove non-essential features such as zos remote support manually (in this case, removing it from <a href="http://configure.ac">configure.ac</a>) ?</div><div>- If there is not, where are the build dependencies documented?</div><div><br></div><div>Thanks in advance.</div></div></div>