Error, SSL/TLS libraries were missing or unusable

sokolkapl

Verified User
Joined
Mar 12, 2010
Messages
42
Hi,

I have a clean version of CentOS and while installing DirectAdmin I get the following error message:

Code:
configure: error: ... Error, SSL/TLS libraries were missing or unusable

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file


I have the following installed:
openssl.i686 0.9.8e-12.el5_4.1 installed
openssl-devel.i386 0.9.8e-12.el5_4.1 installed
 
Issue with apache "configure: error: ... Error, SSL/TLS libraries were missing...."

Hi,

I am getting the same error i.e configure: error: ... Error, SSL/TLS libraries were missing or unusable wile installing apache2.2.22.

Initially I have older version of openssl and evything was fine but then I need to install updated version of openssl i.e openssl-1.0d and do that successfully but after that when I configure apache I am getting this error, please see below

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


openssl-devel is already installed on my box..
Please let me know if anyone has good suggestion.

Thanks in advance.

Regards,
Riya Aggarwal
 
Are you installing apache as new, or just updating it? What command are you using? Do you have a DirectAdmin-based server?

Jeff
 
solution for "configure: error: ... Error, SSL/TLS libraries were missing or unusabl"

I was installing apache as new , and now i found the solution.

use : env LDFLAGS="-ldl" before configure command.

This makes my configure command run without any error that I was facing previously.:)

Thanks and Regards,
Riya Aggarwal
 
Back
Top