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 amd64 Secure Sockets Layer toolkit - shared libraries rc libssl1.0.0:i386 1.0.2n-1ubuntu5.1 i386 Secure Sockets Layer toolkit - shared libraries ii libssl1.1:amd64 1.1.0g-2ubuntu4.3 amd64 Secure Sockets Layer toolkit - shared libraries ii libssl1.1:i386 1.1.0g-2ubuntu4.3 i386 Secure Sockets Layer toolkit - shared libraries As you can see, I have both 1.0 and 1.1 but -dev package only for 1.0. Regards, -- Ilya Kasnacheev ср, 13 мар. 2019 г. в 18:44, jackluo923 <[email protected]>: > 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/ >
