Mantis - Resin
Viewing Issue Advanced Details
1024 major always 03-29-06 11:56 03-30-06 10:29
lilmatt  
ferg  
normal  
closed 3.0.18  
fixed  
none    
none 3.0.19  
0001024: configure for mod_caucho fails on Mac OS X Server with Apache 2.2
configure fails on Mac OS X Server with Apache 2.2

This patch (against the 2006-03-27 snapshot) makes it work for me:

--- resinSnap/configure 2006-03-28 15:16:00.000000000 +0000
+++ resin/configure 2006-03-29 19:44:38.000000000 +0000
@@ -8608,8 +8608,8 @@
 #
 if test -x "${apxs}"; then
    apr_bin=`${apxs} -q APR_BINDIR 2> /dev/null`
- if test -x "${apr_bin}/apr-config"; then
- apr_inc=`"${apr_bin}/apr-config" --includes`
+ if test -x "${apr_config}"; then
+ apr_inc=`"${apr_config}" --includes`
      APACHE_INC="${APACHE_INC} ${apr_inc}"
    fi
 fi

Notes
(0000967)
ferg   
03-30-06 10:29   
thanks for checking the snapshot