Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

httpd v2.2.22 with openssl 1.0.1c

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


RJiang at fnpc

Jul 25, 2012, 7:31 AM

Post #1 of 2 (309 views)
Permalink
httpd v2.2.22 with openssl 1.0.1c

Hi, all

Last month, I posted a problem that httpd v2.2.22 did not work with openssl v1.0.1c. For me, it worked with openssl v1.0.0g with the same "configure" options for httpd and openssl. So far I did not hear anything. I am re-post my message here and hopefully I can get response this time. Thanks.

# ./configure --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl

...
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr/local/ssl
adding "-I/usr/local/ssl/include" to CPPFLAGS
adding "-I/usr/local/ssl/include" to INCLUDES
adding "-L/usr/local/ssl/lib" to LDFLAGS
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
forcing SSL_LIBS to "-lssl -lcrypto "
adding "-lssl" to LIBS
adding "-lcrypto" to LIBS
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version... yes
checking for SSL_CTX_new... no
checking for ENGINE_init... no
checking for ENGINE_load_builtin_engines... no
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable
[root [at] serve httpd-2.2.22]#

Ryan Jiang



This message (including any attachments) is intended
solely for the specific individual(s) or entity(ies) named
above, and may contain legally privileged and
confidential information. If you are not the intended
recipient, please notify the sender immediately by
replying to this message and then delete it.
Any disclosure, copying, or distribution of this message,
or the taking of any action based on it, by other than the
intended recipient, is strictly prohibited.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


rainer.jung at kippdata

Jul 25, 2012, 2:55 PM

Post #2 of 2 (298 views)
Permalink
Re: httpd v2.2.22 with openssl 1.0.1c [In reply to]

On 25.07.2012 16:31, Ruiyuan Jiang wrote:
> Hi, all
>
> Last month, I posted a problem that httpd v2.2.22 did not work with openssl v1.0.1c. For me, it worked with openssl v1.0.0g with the same "configure" options for httpd and openssl. So far I did not hear anything. I am re-post my message here and hopefully I can get response this time. Thanks.
>
> # ./configure --enable-ssl=shared --enable-ssl --with-ssl=/usr/local/ssl
>
> ...
> checking whether to enable mod_ssl... checking dependencies
> checking for SSL/TLS toolkit base... /usr/local/ssl
> adding "-I/usr/local/ssl/include" to CPPFLAGS
> adding "-I/usr/local/ssl/include" to INCLUDES
> adding "-L/usr/local/ssl/lib" to LDFLAGS
> checking for OpenSSL version... checking openssl/opensslv.h usability... yes
> checking openssl/opensslv.h presence... yes
> checking for openssl/opensslv.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> OK
> forcing SSL_LIBS to "-lssl -lcrypto "
> adding "-lssl" to LIBS
> adding "-lcrypto" to LIBS
> checking openssl/engine.h usability... yes
> checking openssl/engine.h presence... yes
> checking for openssl/engine.h... yes
> checking for SSLeay_version... yes
> checking for SSL_CTX_new... no
> checking for ENGINE_init... no
> checking for ENGINE_load_builtin_engines... no
> checking for SSL_set_cert_store... no
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> [root [at] serve httpd-2.2.22]#

Usually more detailed error infomration can be found in the file
config.log in the build directory. The information we are looking for is
not at the end of the file, but directly before the long list of
variables and values that ends the file.

Especialy we are looking for the detailed error messages leading to:

> checking for SSL_CTX_new... no
> checking for ENGINE_init... no
> checking for ENGINE_load_builtin_engines... no
> checking for SSL_set_cert_store... no

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.