I recompiled dozens of times, why is my OpenSSL Library and Header still not the same?

Posted by Doug on Server Fault See other posts from Server Fault or by Doug
Published on 2012-07-06T07:44:05Z Indexed on 2012/07/06 9:17 UTC
Read the original article Hit count: 285

Filed under:
|
openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 0.9.8o 01 Jun 2010
OpenSSL Header Version  OpenSSL 1.0.1 14 Mar 2012

From PHP (5.4.4) info, this is the problem I have. I am dry out of ideas, and I cannot understand why it ins't working.

This was my configure:

./configure 
'--with-apxs2=/etc/apache24/bin/apxs' 
'--with-mysql' 
'--prefix=/etc/apache24/php' 
'--with-config-file-path=/etc/apache24/php' 
'--enable-force-cgi-redirect' 
'--disable-cgi' 
'--with-zlib' 
'--with-gettext' 
'--with-curl' 
'--with-mcrypt' 
'--with-gd' 
'--with-pdo' 
'--with-pdo-mysql' 
'--with-mysql-sock=/var/run/mysqld/mysqld.sock' 
'--with-libdir=lib32' 
'--with-openssl=shared,/usr'
 '--with-mysqli'

© Server Fault or respective owner

Related posts about php5

Related posts about openssl