ERROR: configuration failed for package ‘openssl’
removing ‘/usr/local/lib/R/site-library/openssl’
The ubuntu system lacks openssl:
apt-get install openssl
apt-get install openssl-devel
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
Read More:
- [Solved] Ubuntu Compile Rust Program Error: failed to run custom build command for openssl-sys v0.9.39
- [Solved] Error in OpenSSL when compiling code locally for raspberry pie
- Fastplanner compilation error: Could not find a package configuration file provided by “cmake_modules”
- [Solved] Git Error: OpenSSL SSL_read: Connection was reset, errno 10054和Failed to connect to github.com port 443
- [Solved] openssl error: libcrypto.so.1.0.0: cannot open shared object file: Error 40
- [Solved] fatal error: openssl/hmac.h: No such file or directory
- [Solved] Git Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Job for docker.service failed because the control process exited with error code. After changing the docker configuration
- [Ubuntu] How to Solve dpkg Error: dpkg: error: failed to open package info file ‘/usr/local/var/lib/dpkg/status’ for reading: No such file or directory
- Common configuration methods of nginx
- [Solved] Yum Install Software Error: Invalid configuration value: failovermethod=priority…
- Ubuntu Error: dpkg: error processing package mysql-community-server (–configure):
- Server hardware and RAID configuration
- Installation and configuration of redis in Linux
- Problem solving / etc/ rc.local The boot entry of the file configuration is invalid
- [Solved] yum Install gcc Error: Error: Package: glibc-headers-2.17-317.el7.x86_64
- Installation, Configuration and Simple Use of Rancher
- Nginx configuration 80 can be accessed by forcing jump 443 or not
- ERROR conda.core.link:_execute(699): An error occurred while installing package ‘‘Rolling back trans
- [Solved] Ubuntu conda ProxyError: Conda cannot proceed due to an error in your proxy configuration