Cannot install custom build on Centos 6.4 64 openSSL not found

Zarro

Verified User
Joined
Sep 17, 2013
Messages
8
Hey guys,

I am pulling my hair for 2hours cannot upgrade custom build 1.2 to 2.
because apache and nginx scripts cannot find my open ssl. This is the error that i get.
Apache says:
Code:
checking for OpenSSL version >= 0.9.7... FAILED
configure: WARNING: OpenSSL version is too old
no
checking whether to enable mod_ssl... configure: error: mod_ssl has been requested but can not be built due to prerequisite failures

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

NGINX give similar mistake complaining about missing openssl

But that is not true because :
which openssl returns:

Code:
/usr/bin/openssl
Is there any variable path that i have to set of what am I missing.
Any help highly appreciated thank in advance!

Zarro
 
Have you tryed update your system with yum update?

Maybe you are not up2date and your OpenSSl version is lower than 0.9.7

Regards
 
Have you tryed update your system with yum update?

Maybe you are not up2date and your OpenSSl version is lower than 0.9.7

Regards
I also had doubts and I checked it. Unfortunately that is not the case.
openssl.png
Code:
OpenSSL> version
OpenSSL 1.0.0-fips 29 Mar 2010
OpenSSL>
I suppose it is some different problem. I thought that someone on the forum might have come across the same problem.

I am trying to update my customm 1.2 build Apache to the new 2.0 build with NGINX and php-fpm. After several attempts and openSSL errors decided to try Apache installation (thought that the NGINX was the culprit). Unfortunately Apache has the same problem :(

It is a standart DirectAdmin image - Centos 6.4 with DirectAdmin custom build 1.2.

So I am little bit stuck now ...

Cheerz,
Zarro
 
Back
Top