Re: [us...@httpd] Apache 2.2.13, OpenSSL 0.9.8k, Linux, [error] Unable to initialize TLS servername

2009-10-02 Thread Tom Evans
On Thu, 2009-10-01 at 13:24 -0500, Rodney Beede wrote: So I have a 64-bit Linux system (Oracle Unbreakable 5.4) where I am trying to compile Apache 2.2.13 with Openssl 0.9.8k with mod_ssl as a shared module. I setup my Openssl as follows: ./config --prefix=/software/openssl shared

Re: [us...@httpd] Apache 2.2.13, OpenSSL 0.9.8k, Linux, [error] Unable to initialize TLS servername

2009-10-02 Thread Rodney Beede
On Fri, Oct 2, 2009 at 3:32 AM, Tom Evans tevans...@googlemail.com wrote: On Thu, 2009-10-01 at 13:24 -0500, Rodney Beede wrote: So I have a 64-bit Linux system (Oracle Unbreakable 5.4) where I am trying to compile Apache 2.2.13 with Openssl 0.9.8k with mod_ssl as a shared module. I setup my

[us...@httpd] Apache 2.2.13, OpenSSL 0.9.8k, Linux, [error] Unable to initialize TLS servername

2009-10-01 Thread Rodney Beede
So I have a 64-bit Linux system (Oracle Unbreakable 5.4) where I am trying to compile Apache 2.2.13 with Openssl 0.9.8k with mod_ssl as a shared module. I setup my Openssl as follows: ./config --prefix=/software/openssl shared enable-tlsext make make test make install All went well there. Then I