DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39913>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39913





------- Additional Comments From [EMAIL PROTECTED]  2006-11-26 07:01 -------
It appears, in my case, zlib was previously installed, and the problem was that
configure removes -lz from LIBS, but -lz must be included (and follow) -lcrypto
in some cases when OpenSSL is compiled with zlib support.  This causes problems
during configure and actual compilation.

Removing the two lines that remove -lz from LIBS and set MOD_DEFLATE_LDADD
almost fixed the configure problems, but is probably suboptimal.  I don't know
what side effects this might have on other systems.

One additional fix is that SSL_LIBS, when it has -lcrypto should have had -lz
following that if it is necessary.  It took me a bit of investigation as I wrote
this to discover that SSL_LIBS was set by including build/config_vars.mk -- I
manually fixed the support/Makefile which, in my case, was the only place that
was erroring out after that.

It'd be great if someone more knowledgable could make the corrections necessary
to the configure script so this'll build flawlessly for everyone with a recent
OpenSSL compiled with zlib.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to