Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Tim Bray
Disclosure: My autotools expertise is not that great. In fact, since I've been in Ruby Java mostly the last few years, I may be missing something obvious at the ld or gcc level. This is all with a fresh 2.2.6 tarball downloaded earlier this week. This note to both [EMAIL PROTECTED]

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Jeff Trawick
On Jan 11, 2008 3:20 PM, Tim Bray [EMAIL PROTECTED] wrote: I got here because apr_global_mutex_create() was acting weird, so I wanted to step into it with the debugger. So I went to apr and did CFLAGS=-g ./configure make you had already built httpd 2.2.6 at this point, and it was using

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread William A. Rowe, Jr.
Henry Jen wrote: My guess is that you are not using the matching header files, perhaps you only fixed the -L option, but not the -I option for the header file. The other obvious question, did you also rebuild aprutil after you ./configure --with-apr=/usr/local/apr --prefix=/usr/local/apr

Re: Hard to build httpd APR on OS X Leopard

2008-01-11 Thread Paul Querna
Tim Bray wrote: Disclosure: My autotools expertise is not that great. In fact, since I've been in Ruby Java mostly the last few years, I may be missing something obvious at the ld or gcc level. This is all with a fresh 2.2.6 tarball downloaded earlier this week. This note to both [EMAIL