Samunroyu opened a new issue, #2340: URL: https://github.com/apache/incubator-pegasus/issues/2340
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? I build pegasus on ubuntu 20.04 and failed Environment OS: Ubuntu 20.04 (x86_64) Compiler: GCC (system default) CMake: system version OpenSSL: System default: OpenSSL 1.1.1 (libcrypto.so.1.1) Manually installed: OpenSSL 3.x (e.g. under /usr/local/openssl) Project: Pegasus (with thirdparty RocksDB build enabled) When building Pegasus (including thirdparty RocksDB) on Ubuntu 20.04 with OpenSSL 3 installed manually, the build fails during the link stage with the following error: /usr/bin/ld: ../librocksdb.so.8.5.3: undefined reference to `ERR_peek_last_error_all' make[5]: *** [tools/CMakeFiles/sst_dump.dir/build.make:101: tools/sst_dump] Error 1 make[4]: *** [CMakeFiles/Makefile2:305: tools/CMakeFiles/sst_dump.dir/all] Error 2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
