From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Subject: Re: audit without python? Date: Tue, 25 Oct 2011 11:51:09 -0600 Message-ID: <4EA6F70D.9000509@fatpipeinc.com> References: <4EA6EE14.5060107@fatpipeinc.com> <201110251323.49300.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx11.extmail.prod.ext.phx2.redhat.com [10.5.110.16]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p9PHp6q5016068 for ; Tue, 25 Oct 2011 13:51:06 -0400 Received: from mail.fatpipeinc.com (mail.fatpipeinc.com [67.107.195.251]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9PHp5TD019043 for ; Tue, 25 Oct 2011 13:51:05 -0400 Received: from [10.0.0.145] by mail.fatpipeinc.com (IceWarp 10.3.3) with ESMTP id IBY70305 for ; Tue, 25 Oct 2011 11:51:05 -0600 In-Reply-To: <201110251323.49300.sgrubb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Thanks for your reply Steve. Our plan then is to install python on our development platform and compile audit with python support so we don't have to hack Makefiles. Then we will install audit on our network appliance which does not have python. Do you foresee any issues with doing it this way? What functionality do we lose by not including python? Jason On 10/25/2011 11:23 AM, Steve Grubb wrote: > 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 >