RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-08-24 Thread Norman Branitsky
RE: HAProxy 1.7.8 compile problem with new OpenSSL In case you still need it: # Install required libraries sudo yum -y update sudo yum -y install make gcc perl pcre-devel zlib-devel openssl-devel # Install Updated Openssl-1.1.0f wget https://www.openssl.org/source/openssl-1.1.0f.tar.gz tar -

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-08-24 Thread Denis Astahov
I ​n case you still need it: # Install required libraries sudo yum -y update sudo yum -y install make gcc perl pcre-devel zlib-devel openssl-devel # Install Updated Openssl-1.1.0f wget https://www.openssl.org/source/openssl-1.1.0f.tar.gz tar -zxf openssl-1.1.0f.tar.gz cd openssl-1.1.0f ./config

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-28 Thread Norman Branitsky
de/openssl SSL_LIB=/usr/local/ssl/lib Thank you all and sundry. -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: July-28-17 6:18 AM To: Norman Branitsky Cc: haproxy@formilux.org Subject: Re: HAProxy 1.7.8 compile problem with new OpenSSL On Wed, Jul 26, 2017 at 06:40:

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-28 Thread Gibson, Brian (IMS)
] Subject: Re: HAProxy 1.7.8 compile problem with new OpenSSL On Wed, Jul 26, 2017 at 06:40:46PM +, Norman Branitsky wrote: > On another server, I upgraded OpenSSL: > > # openssl version > > OpenSSL 1.0.2l 25 May 2017 > > This is my make statement: > > # make TAR

Re: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-28 Thread Willy Tarreau
On Wed, Jul 26, 2017 at 06:40:46PM +, Norman Branitsky wrote: > On another server, I upgraded OpenSSL: > > # openssl version > > OpenSSL 1.0.2l 25 May 2017 > > This is my make statement: > > # make TARGET=linux2628 USE_OPENSSL=1 USE_PCRE=1 USE_SLZ=1 > > This is the end of the compile outp

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-26 Thread Norman Branitsky
<mailto:haproxy@formilux.org> [haproxy@formilux.org] Subject: RE: HAProxy 1.7.8 compile problem with new OpenSSL I found the following folders: /usr/lib64/openssl /usr/include/openssl In /usr/include/openssl/ssl.h, I find the following: # grep SSL_get0_alpn_selected * ssl.

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-26 Thread Gibson, Brian (IMS)
] Subject: RE: HAProxy 1.7.8 compile problem with new OpenSSL I found the following folders: /usr/lib64/openssl /usr/include/openssl In /usr/include/openssl/ssl.h, I find the following: # grep SSL_get0_alpn_selected * ssl.h:void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-26 Thread Norman Branitsky
July-26-17 3:12 PM To: Norman Branitsky ; haproxy@formilux.org Subject: RE: HAProxy 1.7.8 compile problem with new OpenSSL I would try this USE_OPENSSL=1 SSL_INC=/path/to/include SSL_LIB=/path/to/lib I had to do this myself when using openssl 1.1.0x branch on centos 7, but I thought it was be

RE: HAProxy 1.7.8 compile problem with new OpenSSL

2017-07-26 Thread Gibson, Brian (IMS)
I would try this USE_OPENSSL=1 SSL_INC=/path/to/include SSL_LIB=/path/to/lib I had to do this myself when using openssl 1.1.0x branch on centos 7, but I thought it was because I use a non-default location. From: Norman Branitsky [mailto:norman.branit...@micropact.com] Sent: Wednesday, July 26,