Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1024 | major | always | 03-29-06 11:56 | 03-30-06 10:29 | |
|
|||||
Reporter: | lilmatt | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.18 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|