hi Brian, Is openssl-devel installed on this system? We don't have any OpenSSL-specific code for the Thrift EP build in the Arrow build system so you might try to see if you can build Thrift directly from source on the system to see if the problem persists
It appears that Thrift tries to build against OpenSSL if CMake can detect it on the system https://github.com/apache/thrift/blob/master/build/cmake/DefineOptions.cmake#L76 - Wes On Thu, May 30, 2019 at 2:41 PM Brian Bowman <[email protected]> wrote: > > Just started seeing the following ERROR when compiling Arrow/Parquet cpp > after restaging my dev environment in RHEL 7.4. > > Is something incorrect in my CMake setup where the installed libssl.so > required by thrift cannot be found. > > <hostName> cat > ../Arrow/cpp/cmake-build-debug/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-err.log > make[5]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libssl.so', > needed by `lib/libthriftd.so.0.11.0'. Stop. > > Any ideas what’s going on? > > -Brian
