How to install openssl-devel 1.0.2 on centos 7

Support for security such as Firewalls and securing linux
Post Reply
raffaele.fabbri
Posts: 79
Joined: 2015/03/14 07:57:15

How to install openssl-devel 1.0.2 on centos 7

Post by raffaele.fabbri » 2017/02/06 14:34:02

Compiling tomcat-native I found this problem

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
I update my openssl version with version following this intraction
https://syslint.com/blog/tutorial/how-t ... or-rhel-7/
and now

Code: Select all

openssl version
OpenSSL 1.0.2k  26 Jan 2017
How do I do to update openssl-devel installation?
thank's in advance

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How to install openssl-devel 1.0.2 on centos 7

Post by TrevorH » 2017/02/06 14:58:37

We only support what we ship and we ship openssl 1.0.1e not 1.0.2. There is an upstream bugzilla about openssl 1.0.2 and it's allegedly coming in 7.4 but that's some months off yet. We also ship tomcat packages.

PS. that's a hideous tutorial and no-one should use that.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Nirjonadda
Posts: 9
Joined: 2017/02/27 12:52:18

Re: How to install openssl-devel 1.0.2 on centos 7

Post by Nirjonadda » 2017/05/31 08:53:00

TrevorH wrote:We only support what we ship and we ship openssl 1.0.1e not 1.0.2. There is an upstream bugzilla about openssl 1.0.2 and it's allegedly coming in 7.4 but that's some months off yet. We also ship tomcat packages.

PS. that's a hideous tutorial and no-one should use that.

Do you have plan when will be 7.4 coming? Now its over 3 month.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How to install openssl-devel 1.0.2 on centos 7

Post by TrevorH » 2017/05/31 09:01:15

RHEL 7.4 went into beta last week. How long it will remain in beta there is up to them. Once they release 7.4 as GA then and only then will CentOS start to look at rebuiilding it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Nirjonadda
Posts: 9
Joined: 2017/02/27 12:52:18

Re: How to install openssl-devel 1.0.2 on centos 7

Post by Nirjonadda » 2017/05/31 09:13:26

TrevorH wrote:RHEL 7.4 went into beta last week. How long it will remain in beta there is up to them. Once they release 7.4 as GA then and only then will CentOS start to look at rebuiilding it.
Great, can't wait for this release ... :mrgreen:

Post Reply