Re: ODBC Driver compile error

2018-08-13 Thread Linus Surguy
On 13/08/2018 09:37, Ilya Kasnacheev wrote: Hello Floris, Linus. We have a patch for OpenSSL 1.1 compatibility, but it's not in any released versions. Hi, Thanks all, reporting back for other people if they search the archive. I can confirm that this was indeed my problem and on Debian

Re: ODBC Driver compile error

2018-08-13 Thread Ilya Kasnacheev
Hello Floris, Linus. We have a patch for OpenSSL 1.1 compatibility, but it's not in any released versions. Regards, -- Ilya Kasnacheev 2018-08-12 22:32 GMT+03:00 Floris Van Nee : > Hi Linus, > > I had the same error when I was trying to compile with openssl 1.1. > Compiling with openssl1.0

Re: ODBC Driver compile error

2018-08-12 Thread Floris Van Nee
Hi Linus, I had the same error when I was trying to compile with openssl 1.1. Compiling with openssl1.0 solved the issue for me.. -Floris From: Linus Surguy Sent: Sunday, August 12, 2018 3:08 PM To: user@ignite.apache.org Subject: ODBC Driver compile

Re: ODBC driver compile error

2018-03-02 Thread Igor Sapego-1
I can not reproduce the issue on my system. Can you try to apply attached patch and tell me if this helps? 01.patch -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC driver compile error

2018-03-01 Thread bagsiur
Thanks Igor, I will be grateful. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC driver compile error

2018-03-01 Thread Igor Sapego
Thanks. I'll try to reproduce the issue and tell you the result. Best Regards, Igor On Thu, Mar 1, 2018 at 3:41 PM, bagsiur wrote: > So, cammand line: "apt-cache policy openssl" show: > > openssl: > Installed: 1.0.1t-1+deb8u7 > Candidate: 1.0.1t-1+deb8u7 >

Re: ODBC driver compile error

2018-03-01 Thread bagsiur
So, cammand line: "apt-cache policy openssl" show: openssl: Installed: 1.0.1t-1+deb8u7 Candidate: 1.0.1t-1+deb8u7 Version table: *** 1.0.1t-1+deb8u7 0 500 http://http.us.debian.org/debian/ jessie/main amd64 Packages 500 http://security.debian.org/ jessie/updates/main amd64

Re: ODBC driver compile error

2018-03-01 Thread Igor Sapego
What is your OpenSSL version? Best Regards, Igor On Thu, Mar 1, 2018 at 2:21 PM, bagsiur wrote: > ok, here are whole console logs: > > make[3]: Entering directory '/root/ignite/modules/platforms/cpp/odbc' > [0/1251] > CXX src/ssl/secure_socket_client.lo >

Re: ODBC driver compile error

2018-03-01 Thread bagsiur
ok, here are whole console logs: make[3]: Entering directory '/root/ignite/modules/platforms/cpp/odbc' [0/1251] CXX src/ssl/secure_socket_client.lo In file included from

Re: ODBC driver compile error

2018-03-01 Thread Igor Sapego
Please, share the whole error listing. I can't see files and lines of the errors and I can't find any mentions of e.g. OPENSSL_init_ssl in driver code. Best Regards, Igor On Thu, Mar 1, 2018 at 1:51 PM, bagsiur wrote: > I have libssl-dev in newest version. Before

Re: ODBC driver compile error

2018-03-01 Thread bagsiur
I have libssl-dev in newest version. Before compile I install gcc g++ make automake libtool m4 libssl-dev unixodbc unixodbc-dev So I have all dependencies from DEVNOTES.txt : * GCC, g++, autotools, automake, and libtool must be installed * Java Development Kit (JDK) must be installed:

Re: ODBC driver compile error

2018-03-01 Thread Igor Sapego
You need to install developer libraries of OpenSSL on your system now to compile ODBC, as it supports OpenSSL now. Best Regards, Igor On Thu, Mar 1, 2018 at 1:38 PM, bagsiur wrote: > Hello, > > I try to compile odbc but I have fallowing errors: > > So I make