Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing
Sander, I just managed to get the whole thing to make and make install without error. What changed? I used fink to install the latest package available for openssl on Mac that it had available, the one you cite below, 0.9.7i. The one that was on this box originally was 0.9.6m. The one I ins

Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread Sander Temme
On Sep 29, 2006, at 2:24 PM, William A. Rowe, Jr. wrote: Well it seems autoconf is borked on your box, because it should be test compiling to determine if X509_STORE_CTX_set_depth is exported from OpenSSL. Apparently not, on your build, but autoconf decides it is successful. Note that the

Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread William A. Rowe, Jr.
Well it seems autoconf is borked on your box, because it should be test compiling to determine if X509_STORE_CTX_set_depth is exported from OpenSSL. Apparently not, on your build, but autoconf decides it is successful. You can try forcing the ac_cv_ flag for HAVE_X509_STORE_CTX_SET_DEPTH, I don't

[EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing
Howdy, trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4. I'm trying to build with mod_ssl and a number of other modules, and ran into the following error: /usr/bin/ld: Undefined symbols: _X509_STORE_CTX_set_depth collect2: ld returned 1 exit status make[1]: *** [httpd]