From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: disable zos-remote from configuration Date: Mon, 22 Sep 2014 14:08:35 -0400 Message-ID: <1518923.fqibUMy5pU@x2> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday, September 22, 2014 10:44:28 AM Philip Dizon wrote: > Hi, > > I'm currently getting this error trying to cross compile audit > > zos-remote-plugin.c:39:18: fatal error: lber.h: No such file or directory > > Short of building ldap, is it possible to just disable zos-remote plugin > from the configuration? > > Thanks > Philip If you go into audit/audisp/plugins/Makefile.in or Makefile, you can looks for variables with SUBDIR and remove the zos-remote directory. That is really about the only thing that can be done to already shipping audit packages. I could take a look in configure.ac to make it optional. -Steve