From owner-freebsd-stable@FreeBSD.ORG Tue Apr 24 00:27:42 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51C2A16A406 for ; Tue, 24 Apr 2007 00:27:42 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id E314F13C45E for ; Tue, 24 Apr 2007 00:27:41 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1511518nza for ; Mon, 23 Apr 2007 17:27:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lbhSGgiev9LUxadgZLQrKA+i0P6n8+/lNsfrMIZ5VQfUufNHmi2R4CCIXRUIOyJ1+tVtErvOzvGxlUn6OdsGUHMQrAsNc13TzYHVl6tYrhibf0EZIfWxQD3XjyCaWrUMtmBTrNeIsC5dHv9vq31k6J2bGRd2CbH4XLkQkdJoCzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KcDGHk5HfqkW1/7bIvimmKCNrJZbw6xMkkKezH3HlcKMjqu03DAA/YFM+nplGu/Pgi8z9rLwjFvHTlZno2pOSSNRBDfupqIEUQMJhwfHfeILhIN3CnA0fOlfmAEQRGvIHDAFf2E5n7uEDDQsIA8bmqDOgIvtgnCxTY0czup0mQU= Received: by 10.114.166.1 with SMTP id o1mr2775779wae.1177374461015; Mon, 23 Apr 2007 17:27:41 -0700 (PDT) Received: by 10.114.52.13 with HTTP; Mon, 23 Apr 2007 17:27:40 -0700 (PDT) Message-ID: <8d23ec860704231727i7560f761tfb5d660ad1e97c80@mail.gmail.com> Date: Mon, 23 Apr 2007 20:27:40 -0400 From: Schiz0 To: Benno In-Reply-To: MIME-Version: 1.0 References: <8d23ec860704230717w63d8c375kb0c6d74f1fb5442f@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: Port Compile Error: mod_security2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 00:27:42 -0000 On 4/23/07, Benno wrote: > > On 4/23/07, Schiz0 wrote: > > Hey guys, > > > > Running 6.2-RELEASE-p3 and apache2.2.4. I'm trying to install > mod_security2 > > from ports, and I'm getting the following error during the build > > > > http://Schiz0.securityexploits.com/mod_security2.ports.compile.error > > > > I've updated the ports database via csup within 24 hours of trying to > > compile mod_security2, so it isn't an outdated database. > > > > uname -a: > > FreeBSD Schiz0.securityexploits.com 6.2-RELEASE-p3 FreeBSD > > 6.2-RELEASE-p3#0: Sun Apr 15 23:22:36 EDT 2007 > > root@Schiz0.securityexploits.com:/usr/obj/usr/src/sys/SCHIZ0NET i386 > > > > Thanks in advance! > > ~Steve > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > > > > Install /ports/devel/pcre/ or apply the diff from Foxfair Hu ( > http://www.freebsd.org/cgi/query-pr.cgi?pr=110645 ) > > The diff also includes the new version of mod_security2 (2.1.1) > > Benno Awesome, that patch did it. Thanks!