运行./configure
报错
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) CMake Error at Utilities/cmcurl/CMakeLists.txt:562 (message): Could not find OpenSSL. Install an OpenSSL development package or configure CMake with -DCMAKE_USE_OPENSSL=OFF to build without OpenSSL.-- Configuring incomplete, errors occurred!See also "/home/xy/share/cmake/cmake-3.22.1/CMakeFiles/CMakeOutput.log".See also "/home/xy/share/cmake/cmake-3.22.1/CMakeFiles/CMakeError.log".---------------------------------------------Error when bootstrapping CMake:Problem while running initial CMake
解决方法:
安装openssl
apt install libssl-dev