chronoxor / CppServer

Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
MIT License
1.43k stars 284 forks source link

openssl #57

Closed e71828 closed 3 years ago

e71828 commented 3 years ago

-- The System identification is Linux 5.4.0-1015-raspi Platform/Linux CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): 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)

a probable solution: sudo apt install libssl-dev

chronoxor commented 3 years ago

Yes, required linux packages are listed in Requirements section: image