Anonymous | Login | Signup for a new account | 12-17-2024 11:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.0.18 | ||||||
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 |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |