Second, I tried the standard build procedure using autotools:
aclocal; autoconf; automake; ./configure; make
./configure fails with the following error message:
configure: error: zos remote support was requested but the openldap library was not found
- 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
configure.ac) ?
- If there is not, where are the build dependencies documented?
Thanks in advance.