How to install openssl-devel 1.0.2 on centos 7
Posted: 2017/02/06 14:34:02
Compiling tomcat-native I found this problem
I update my openssl version with version following this intraction
https://syslint.com/blog/tutorial/how-t ... or-rhel-7/
and now
How do I do to update openssl-devel installation?
thank's in advance
Code: Select all
checking for OpenSSL library... using openssl from /usr/lib and /usr/include
checking OpenSSL library version >= 1.0.2...
Found OPENSSL_VERSION_NUMBER 0x1000105f (OpenSSL 1.0.1e 11 Feb 2013)
Require OPENSSL_VERSION_NUMBER 0x1000200f or greater (1.0.2)
configure: error: Your version of OpenSSL is not compatible with this version of tcnative
https://syslint.com/blog/tutorial/how-t ... or-rhel-7/
and now
Code: Select all
openssl version
OpenSSL 1.0.2k 26 Jan 2017
thank's in advance