Re: Error building app on RHEL 7 with openssl 1.1.1

2019-07-23 Thread Jan Just Keijser
ainful for you as it has been for me. Many, many thanks in advance. I deeply appreciate all your assistance. Mark -Original Message- From: openssl-users On Behalf Of Viktor Dukhovni Sent: Thursday, July 18, 2019 10:19 PM To: openssl-users@openssl.org Subject: Re: Error building app on RHEL

Re: Error building app on RHEL 7 with openssl 1.1.1

2019-07-22 Thread Mark Richter
From: openssl-users on behalf of Mark Richter Sent: Friday, July 19, 2019 3:13 PM To: openssl-users@openssl.org Subject: RE: Error building app on RHEL 7 with openssl 1.1.1 I figured out the variant issue and built, but the tests are failing - see https://gist.github.com/sf

RE: Error building app on RHEL 7 with openssl 1.1.1

2019-07-19 Thread Mark Richter
On Behalf Of Mark Richter Sent: Friday, July 19, 2019 11:04 AM To: openssl-users@openssl.org Subject: RE: Error building app on RHEL 7 with openssl 1.1.1 I've been poking around in the Configurations/* and all the README* files, and on the web, and it is not at all clear to me how/where

RE: Error building app on RHEL 7 with openssl 1.1.1

2019-07-19 Thread Mark Richter
Many, many thanks in advance. I deeply appreciate all your assistance. Mark -Original Message- From: openssl-users On Behalf Of Viktor Dukhovni Sent: Thursday, July 18, 2019 10:19 PM To: openssl-users@openssl.org Subject: Re: Error building app on RHEL 7 with openssl 1.1.1 > On Jul 1

Re: Error building app on RHEL 7 with openssl 1.1.1

2019-07-18 Thread Viktor Dukhovni
> On Jul 18, 2019, at 4:34 PM, Mark Richter wrote: > > cc -DLOG_LEVEL=LOG_INFO -Wall -Werror -D__ci_driver__ -D__ci_ul_driver__ > -D_GNU_SOURCE -DWITH_MCDI_V2 -DWITH_TLS12=0 > -DSOLAR_SECURE_VERSION="1.0.3.1020 (3bf2875895d5+ Thu Jul 18 13:27:17 PDT > 2019)" -Isrc/include

Re: Error building app on RHEL 7 with openssl 1.1.1

2019-07-18 Thread PGNet Dev
On 7/18/19 3:37 PM, Mark Richter wrote:> I use: > > ./config --prefix=/opt/openssl1.1 --openssldir=/opt/openssl1.1 --libdir=lib no-shared zlib-dynamic just fyi, the options were simply referring to the linking issue, not an inclusive list; hence the ellipsis > I'm pretty sure I can't just

Re: Error building app on RHEL 7 with openssl 1.1.1

2019-07-18 Thread PGNet Dev
On 7/18/19 1:34 PM, Mark Richter wrote: This is probably along the same lines as other questions I have hasked. I built the 1.1.1 libraries and installed them in /opt/openssl1.1, then modified the Makefile to include the right –I and -L flags, but I get this error: haven't backtracked

Error building app on RHEL 7 with openssl 1.1.1

2019-07-18 Thread Mark Richter
This is probably along the same lines as other questions I have hasked. I built the 1.1.1 libraries and installed them in /opt/openssl1.1, then modified the Makefile to include the right -I and -L flags, but I get this error: cc -DLOG_LEVEL=LOG_INFO -Wall -Werror -D__ci_driver__