Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-18 Thread Igor Sapego
By the way, since Ignite 2.8 Ignite is going to support both OpenSSL 1.0 and 1.1 Best Regards, Igor On Thu, Mar 14, 2019 at 12:18 PM Ilya Kasnacheev wrote: > Hello! > > You can do 'sudo make uninstall' instead of deleting headers manually. > Otherwise, cheers! > > Regards, > -- > Ilya

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-14 Thread Ilya Kasnacheev
Hello! You can do 'sudo make uninstall' instead of deleting headers manually. Otherwise, cheers! Regards, -- Ilya Kasnacheev ср, 13 мар. 2019 г. в 22:13, jackluo923 : > Hi Ilya, > I dug deeper after your response and found the root cause of the > error. > > Platform: Ubuntu 16.04 > 1.

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread jackluo923
Hi Ilya, I dug deeper after your response and found the root cause of the error. Platform: Ubuntu 16.04 1. Installed openssl 1.1.0h using binaries compiled from source (reason: 16.04 does not provided any openssl 1.1 packages), then installed using "make install" command. 2. Ubuntu 16.04

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread Ilya Kasnacheev
Hello! You can uninstall openssl-dev package without uninstalling openssl library. That's what on my system: ii libssl1.0-dev:amd64 1.0.2n-1ubuntu5.3 amd64 Secure Sockets Layer toolkit - development files ii libssl1.0.0:amd64 1.0.2n-1ubuntu5.3

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread jackluo923
Hi Igor, Thank you for the support. Unfortunately, uninstalling openssl1.1 won't be feasible because there are too many projects which depends on openssl1.1. I.e. openjdk-8 package will be automatically uninstalled if openssl1.1 is uninstalled which breaks ignite build due to missing jni

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread Igor Sapego
Are you sure you don't have OpenSSL 1.1 installed? Best Regards, Igor On Tue, Mar 12, 2019 at 7:18 PM jackluo923 wrote: > What is the specific SSL library version dependency to successfully compile > the cpp binaries under Ubuntu 16.04. This particular dependency isn't > mentioned anywhere in

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread Igor Sapego
Also, note, that since Ignite 2.8 we are going to support OpenSSL 1.1 as well as 1.0. Best Regards, Igor On Wed, Mar 13, 2019 at 12:12 PM Ilya Kasnacheev wrote: > Hello! > > My recommendation is to uninstall openssl-dev (or openssl-devel) of 1.1.0 > and install that of 1.0.0. > > Then

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-13 Thread Ilya Kasnacheev
Hello! My recommendation is to uninstall openssl-dev (or openssl-devel) of 1.1.0 and install that of 1.0.0. Then configure, etc. Regards, -- Ilya Kasnacheev вт, 12 мар. 2019 г. в 21:55, jackluo923 : > Hi Ilya, > can you point me to some resource in how to point ./configure to the >

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread jackluo923
Hi Ilya, can you point me to some resource in how to point ./configure to the openssl 1.0 install location? I am a newbie in configuring environments for C++ based projects. What I have tried so far: a) ./configure --with-libssl-prefix=/usr/local/ssl - configure: WARNING: unrecognized

How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread jackluo923
What is the specific SSL library version dependency to successfully compile the cpp binaries under Ubuntu 16.04. This particular dependency isn't mentioned anywhere in the DEVNotes.txt or other documentations. It seems like 1.0.2g-1ubuntu4.15 is incompatible on Ubuntu 16.04 with ignite's source

Re: How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-12 Thread Ilya Kasnacheev
Hello! This usually means that you need to install OpenSSL 1.0 and point ./configure in its direction as opposed to OpenSSL 1.1, since Ignite is currently only binary compatible with former. Regards, -- Ilya Kasnacheev вт, 12 мар. 2019 г. в 07:54, jackluo923 : > What is the specific SSL

How to compile 2.7 release cpp binaries on ubuntu 16.04

2019-03-11 Thread jackluo923
What is the specific SSL library version dependency to successfully compile the cpp binaries under Ubuntu 16.04. This particular dependency isn't mentioned anywhere in the DEVNotes.txt or other documentations. It seems like 1.0.2g-1ubuntu4.15 is incompatible on Ubuntu 16.04 with ignite's source