ERROR: dependencies ‘curl’, ‘openssl’ are not available for package ‘httr’
removing ‘/usr/local/lib/R/site-library/httr’
apt-get install openssl
apt-get install openssl-devel
apt-get install libcurl
Or:
wget https://www.openssl.org/source/openssl-1.1.1i.tar.gz
tar -xvf openssl-1.1.1i.tar.gz
cd openssl-1.1.1i/
./config
make && make install
./config shared
make clean
make && make install
‘curl’:
wget http://curl.haxx.se/download/curl-7.38.0.tar.gz
tar -xzvf curl-7.38.0.tar.gz
cd curl-7.38.0
./configure
make
make install
Read More:
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- [Solved] Github Push Codes Error: “error:RPC failed;curl 56 OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054”
- [Solved] ffmpeg Enable https Error: “ERROR: openssl not found”
- AAR Call Error: only jar-type local dependencies are supported
- Mvn dependency:copy-dependencies -DoutputDirectory=lib package Error
- [Solved] MacOS Compile ffmpeg Error: ERROR: openssl not found
- OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failur
- [Errno 14] curl#6 – “Could not resolve host: yum.dockerproject.org; Unknown error“
- [Solved] Opencv Compile Error: (CMake Error: The following variables are used in this project, but they are set to not)
- [Solved] error: Failed dependencies libcrypto.so.10()(64bit) is needed, libssl.so.10()(64bit) is needed
- [Solved] OpenSSL ssL_read: Connection was aborted,errno 10053
- [Solved] Flink Hadoop is not in the classpath/dependencies
- [Solved] Could not resolve all dependencies for configuration ‘:app:debugRuntimeClass
- [Solved] curl error while loading shared libraries libcrypto.so.1.0.0
- Git push error: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
- Error starting vue project these dependencies were not found:create in ./src/router/modules/md.js
- [Solved] Flink Error: Flink Hadoop is not in the classpath/dependencies
- [Solved] Git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054