Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001024 [Resin] major always 03-29-06 11:56 03-30-06 10:29
Reporter lilmatt View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.19 Product Version 3.0.18
  Product Build
Summary 0001024: configure for mod_caucho fails on Mac OS X Server with Apache 2.2
Description 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
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000967)
ferg
03-30-06 10:29

thanks for checking the snapshot
 

- Issue History
Date Modified Username Field Change
03-29-06 11:56 lilmatt New Issue
03-30-06 10:29 ferg Note Added: 0000967
03-30-06 10:29 ferg Assigned To  => ferg
03-30-06 10:29 ferg Status new => closed
03-30-06 10:29 ferg Resolution open => fixed
03-30-06 10:29 ferg Fixed in Version  => 3.0.19


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker