Re: undefined symbol: RSA_generate_key

2006-02-08 Thread Gordon Ross
 On 07 February 2006 at 22:02:43, in message
[EMAIL PROTECTED],
[EMAIL PROTECTED] wrote:
 On 2/7/06, Gordon Ross [EMAIL PROTECTED] wrote:
 I've got a Linux box with OpenSSL 0.9.8a installed (configured with
 threads, zlib  shared) I then configured and installed Apache
2.0.55
 with SSL support (configure --enable-ssl --enable-mods-shared=all)

 When I try and start Apache, (httpd -D SSL) I get the error:

 Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so:
undefined
 symbol: RSA_Generate_key
 
 It's highly likely this is the same problem described by me long long
ago on
 this forum related to X509_free being undefined.  Take a look at
this:
 
 http://www.mail-archive.com/modssl-users@modssl.org/msg14344.html 
 
 The short short version is that you should try recompiling apache
with
 --enable-ssl=static .

Thanks, that fixed it.

GTG
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: undefined symbol: RSA_generate_key

2006-02-08 Thread Gordon Ross
 On 07 February 2006 at 22:30:21, in message
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
 Or upgrade to 2.2, which fixes this problem ;)

I had a quick go at that, but got build errors. Anyway, as the
--enable-ssl=static worked for 2.0.55, and I'm not a great fan of .0
releases I'm not too worried right now.

Thanks anyway,

GTG
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


undefined symbol: RSA_generate_key

2006-02-07 Thread Gordon Ross
I've got a Linux box with OpenSSL 0.9.8a installed (configured with
threads, zlib  shared) I then configured and installed Apache 2.0.55
with SSL support (configure --enable-ssl --enable-mods-shared=all)

When I try and start Apache, (httpd -D SSL) I get the error:

Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
symbol: RSA_Generate_key

Suggestions ?

Thanks,

GTG
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: undefined symbol: RSA_generate_key

2006-02-07 Thread Cliff Woolley
On 2/7/06, Gordon Ross [EMAIL PROTECTED] wrote: I've got a Linux box with OpenSSL 0.9.8a installed (configured with threads, zlib  shared) I then configured and installed Apache 
2.0.55 with SSL support (configure --enable-ssl --enable-mods-shared=all)  When I try and start Apache, (httpd -D SSL) I get the error:  Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
 symbol: RSA_Generate_keyIt's highly likely this is the same problem described by me long long ago on this forum related to X509_free being undefined. Take a look at this:
http://www.mail-archive.com/modssl-users@modssl.org/msg14344.htmlThe short short version is that you should try recompiling apache with --enable-ssl=static .--Cliff


Re: undefined symbol: RSA_generate_key

2006-02-07 Thread Joe Orton
On Tue, Feb 07, 2006 at 05:02:43PM -0500, Cliff Woolley wrote:
 On 2/7/06, Gordon Ross [EMAIL PROTECTED] wrote:
  I've got a Linux box with OpenSSL 0.9.8a installed (configured with
  threads, zlib  shared) I then configured and installed Apache 2.0.55
  with SSL support (configure --enable-ssl --enable-mods-shared=all)
 
  When I try and start Apache, (httpd -D SSL) I get the error:
 
  Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
  symbol: RSA_Generate_key
 
 It's highly likely this is the same problem described by me long long ago on
 this forum related to X509_free being undefined.  Take a look at this:
 
 http://www.mail-archive.com/modssl-users@modssl.org/msg14344.html
 
 The short short version is that you should try recompiling apache with
 --enable-ssl=static .

Or upgrade to 2.2, which fixes this problem ;)

joe
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]