From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audit without python? Date: Tue, 25 Oct 2011 13:23:49 -0400 Message-ID: <201110251323.49300.sgrubb@redhat.com> References: <4EA6EE14.5060107@fatpipeinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4EA6EE14.5060107@fatpipeinc.com> 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 Cc: Jason List-Id: linux-audit@redhat.com On Tuesday, October 25, 2011 01:12:52 PM Jason wrote: > Is it possible to compile and use audit without needing python? If so, > how? I've never considered compiling without python because its so pervasive. You can't really have a functioning system without it inless its an appliance. And would you want an appliance doing compiles? You can certainly separate it out after compile in the packaging portion so that installing it doesn't drag python in. I suppose the configure and Makefiles can be fixed so it does not make python bindings. -Steve