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 headers unless you
have a separate copy installed somewhere and point JAVA_HOME to that
location.
The best solution so far from my prospective is to wait for ignite version
2.8. In the meantime use CPPFLAGS and LIBS flag to configure the openssl
include and library paths (CPPFLAGS="-I/usr/local/openssl-1.0/include"
LIBS="-L/usr/local/openssl-1.0/lib" ./configure).
Regards
Jack
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/