RE: Apache 2.0.44 with Openssl -0.9.7

2003-03-07 Thread apachep2
It looks like many people getting this undefined symbol X509_free when we try to build mod_ssl as a shared module. I am still waiting for the solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Rolle Sent: March 7, 2003 10:36 AM To: [EMAIL

RE: Apache 2.0.44 with Openssl -0.9.7

2003-03-07 Thread apachep2
Of course. When you build mod_ssl into apache (that is STATIC), you won't encounter X509_free issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yu, Ming Sent: March 7, 2003 10:57 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache 2.0.44 with Openssl

undefined symbol: X509_free when apachectl startssl

2003-03-06 Thread apachep2
Having searched through the archive, I could not find a solution to the above error. This error only occurs when I build mod_ssl as dynamic linked module. When I have done is - download zlib-1.1.4 source and build it --shared --prefix=/usr - download openssl-0.9.7a source and build it