14 messages in org.apache.httpd.apreq-devRe: expat install libapreq2-2.0.5-dev
FromSent OnAttachments
Marc LambrichsMay 22, 2005 11:40 pm 
Marc LambrichsMay 23, 2005 3:47 am 
Philip M. GollucciMay 23, 2005 1:16 pm 
Randy KobesMay 23, 2005 2:10 pm 
Marc LambrichsMay 24, 2005 5:51 am 
Joe SchaeferMay 24, 2005 6:02 am 
Marc LambrichsMay 24, 2005 6:14 am 
Glenn GallienJun 17, 2005 10:24 am 
Joe SchaeferJun 17, 2005 12:08 pm 
Glenn GallienJun 17, 2005 2:57 pm 
Philip M. GollucciJun 19, 2005 8:32 pm 
Jonathan VanascoJun 29, 2005 7:58 am 
Philip M. GollucciJun 29, 2005 12:54 pm 
Joe SchaeferJun 30, 2005 8:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: expat install libapreq2-2.0.5-devActions
From:Jonathan Vanasco (jvan@mastersofbranding.com)
Date:Jun 29, 2005 7:58:53 am
List:org.apache.httpd.apreq-dev

Just so its google-able for the next person with the issue:

Installing libapreq2-2.0.5-dev on Mac OSX ( OS X ) 10.3 jaguar and 10.4 tiger

cd LIBAPREQ2 ./configure --enable-perl-glue --with-expat=/usr/local/apr --with-apache2-apxs=/usr/local/apache2/bin/apxs make make test make install

On Jun 19, 2005, at 11:32 PM, Philip M. Gollucci wrote:

Glenn Gallien wrote:

Thanks, that's what I was looking for, --with-expat=/usr/local did the trick. Works fine with ./configure, but not with Makefile.PL. Adding --with-expat to @opts in Makefile.PL worked.

Score one for me :)