Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2009 21:12:50 -0800
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: mod_security 2.5.9
Message-ID:  <200908092112.50413.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <66AC013D-8CC8-4558-A23A-83FA5BB7FFF1@charter.net>
References:  <2097B988-0F1B-4F60-812D-71F6AB2C17CA@charter.net> <200908091242.58470.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <66AC013D-8CC8-4558-A23A-83FA5BB7FFF1@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 09 August 2009 18:31:55 Charles Howse wrote:
> On Aug 9, 2009, at 3:42 PM, Mel Flynn wrote:
> > I've attached a patch that fixes the issue.
>
> <blush>
> Whoops, looks like I've stepped in over my head.
> Exactly how do I use this patch?
> </blush>

cd /usr/ports/www/mod_security
patch < /path/to/patch
make build

You can also not use the patch and do:
cd /usr/ports/www/mod_security
make patch
cd `make -V WRKSRC`
sed -i.orig -e 's,@APR_LD_LINK@,@APR_LD_LINK@ @ARP_LIBS@,' \
	mlogc-src/Makefile.in
cd /usr/ports/www/mod_security
make build

But that only works one time. The patch fixes the port so that it works every 
time.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908092112.50413.mel.flynn%2Bfbsd.questions>