On 1/5/08, Guido Soranzio <guido.soranzio@gmail.com> wrote:

On Jan 6, 2008, at 10:23 AM, Tabitha McNerney wrote:

> It sounds as if stripping that would would mean that I would not be
> able to use OpenSSL 0.9.7. Hmmm ... that's a bummer.

"-export-symbols-regex" is an option for libtool that limits the
symbols exported by a module.

I don't have yet tested this workaround on apache2, but under Leopard
omitting this option from other troublesome makefiles makes accessible
again the symbols reported as not to find.

Here is a positive report on the "Symbol not found:
_ssl_cmd_SSLCACertificateFile"
error which happens otherwise with the current apache2 port:

< http://www.nabble.com/Re%3A-Apache2%3A-Default-configuration-does-not-work--p14563107.html
>

Hi Guido,

Thanks for extra pointer. This seems worth trying out. I would rather stay with OpenSSL 0.9.8g only (instead of having two versions of OpenSSL). I will give this a try and see what I can come up with and will post my findings to this email thread on the list.

Best,

T.M.