mod_ssl-2.8.30-1.3.39 w/ mm-1.4.2 on mac os 10.4 issues
This is a multipart message in MIME format.
--=_alternative 00568E5D862573B6_=
Content-Type: text/plain; charset="US-ASCII"
Hi,
I am trying to run Apache 1.3.39 with mod_ssl 2.8.30, openssl 0.9.8g and
mm 1.4.2. I am able to successfully compile it, but when I start Apache
in SSL mode, it exits immediately. Looking in the error log, I see the
following message:
dyld: lazy symbol binding failed: Symbol not found:
_SSL_CTX_sess_set_new_cb
Referenced from: /usr/local/apache-1.3.39/libexec/libssl.so
Expected in: flat namespace
Can anyone help me in resolving why this is happening?
Thanks,
Bob
--=_alternative 00568E5D862573B6_=
Content-Type: text/html; charset="US-ASCII"
<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">I am trying to run Apache 1.3.39 with
mod_ssl 2.8.30, openssl 0.9.8g and mm 1.4.2. I am able to successfully
compile it, but when I start Apache in SSL mode, it exits immediately.
Looking in the error log, I see the following message:</font>
<br>
<br><font size=2 face="sans-serif">dyld: lazy symbol binding failed: Symbol
not found: _SSL_CTX_sess_set_new_cb</font><font size=3> </font><font size=2 face="sans-serif"><br>
Referenced from: /usr/local/apache-1.3.39/libexec/libssl.so</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Expected in: flat namespace</font><font size=3> </font>
<br>
<br><font size=2 face="sans-serif">Can anyone help me in resolving why
this is happening?</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Bob</font>
--=_alternative 00568E5D862573B6_=--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Re: mod_ssl-2.8.30-1.3.39 w/ mm-1.4.2 on mac os 10.4 issues
This is a multipart message in MIME format.
--=_alternative 006BCEF9862573B7_=
Content-Type: text/plain; charset="US-ASCII"
I've found a solution to this problem. You have to use the version of
OpenSSL installed on your machine. In my case, it's 0.9.7l (the latest
version Apple is supporting). When I tried configuring mod_ssl with
SSL_BASE=SYSTEM, it failed saying it couldn't find the OpenSSL libraries.
So I grabbed the latest version of OpenSSL (0.9.8g) and compiled against
that.
After a lot of digging, I came across this old post (2002) by David
Wheeler: http://www.mail-archive.com/modssl-users [at] modssl.org/msg15623 .html
This fixed my problem after manually applying the patch. Is there any
reason this wasn't applied to mod_ssl 5 years ago or addressed at all?
Thanks!
Bob
furyx001 [at] umn.edu
Sent by: owner-modssl-users [at] modssl.org
12/19/2007 09:45 AM
Please respond to
modssl-users [at] modssl.org
To
modssl-users [at] modssl.org
cc
Subject
mod_ssl-2.8.30-1.3.39 w/ mm-1.4.2 on mac os 10.4 issues
Hi,
I am trying to run Apache 1.3.39 with mod_ssl 2.8.30, openssl 0.9.8g and
mm 1.4.2. I am able to successfully compile it, but when I start Apache
in SSL mode, it exits immediately. Looking in the error log, I see the
following message:
dyld: lazy symbol binding failed: Symbol not found:
_SSL_CTX_sess_set_new_cb
Referenced from: /usr/local/apache-1.3.39/libexec/libssl.so
Expected in: flat namespace
Can anyone help me in resolving why this is happening?
Thanks,
Bob
--=_alternative 006BCEF9862573B7_=
Content-Type: text/html; charset="US-ASCII"
<br><font size=2 face="sans-serif">I've found a solution to this problem.
You have to use the version of OpenSSL installed on your machine.
In my case, it's 0.9.7l (the latest version Apple is supporting).
When I tried configuring mod_ssl with SSL_BASE=SYSTEM, it failed
saying it couldn't find the OpenSSL libraries. So I grabbed the latest
version of OpenSSL (0.9.8g) and compiled against that.</font>
<br>
<br><font size=2 face="sans-serif">After a lot of digging, I came across
this old post (2002) by David Wheeler: http://www.mail-archive.com/modssl-users [at] modssl.org/msg15623 .html</font>
<br>
<br><font size=2 face="sans-serif">This fixed my problem after manually
applying the patch. Is there any reason this wasn't applied to mod_ssl
5 years ago or addressed at all?</font>
<br>
<br><font size=2 face="sans-serif">Thanks!</font>
<br>
<br><font size=2 face="sans-serif">Bob</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>furyx001 [at] umn.edu</b> </font>
<br><font size=1 face="sans-serif">Sent by: owner-modssl-users [at] modssl.org</font>
<p><font size=1 face="sans-serif">12/19/2007 09:45 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
modssl-users [at] modssl.org</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">modssl-users [at] modssl.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">mod_ssl-2.8.30-1.3.39 w/ mm-1.4.2 on
mac os 10.4 issues</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
Hi,</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I am trying to run Apache 1.3.39 with mod_ssl 2.8.30, openssl 0.9.8g and
mm 1.4.2. I am able to successfully compile it, but when I start
Apache in SSL mode, it exits immediately. Looking in the error log,
I see the following message:</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
dyld: lazy symbol binding failed: Symbol not found: _SSL_CTX_sess_set_new_cb</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Referenced from: /usr/local/apache-1.3.39/libexec/libssl.so</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Expected in: flat namespace</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Can anyone help me in resolving why this is happening?</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Thanks,</font><font size=3> </font><font size=2 face="sans-serif"><br>
Bob</font>
<br>
--=_alternative 006BCEF9862573B7_=--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org