To fix this problem, you have to install OpenSSL development package, which is available in standard repositories of all modern Linux distributions.
To install OpenSSL development package on Debian, Ubuntu or their derivatives:
$ sudo apt-get install libssl-dev
To install OpenSSL development package on Fedora, CentOS or RHEL:
$ sudo yum install openssl-devel
Edit : As @isapir has pointed out, for Fedora version>=22 use the DNF package manager :
dnf install openssl-devel
Related Posts:
- Maven: Non-resolvable parent POM
- Typescript ReferenceError: exports is not defined
- How to install OpenSSL in windows 10?
- SSL Error: unable to get local issuer certificate
- ImportError: No module named tensorflow
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- What is __init__.py for?
- Openssl : error “self signed certificate in certificate chain”
- What does pss mean in /proc/pid/smaps
- What is __init__.py for?
- Importing modules from parent folder
- `from … import` vs `import .` [duplicate]
- Importing modules from parent folder
- How do I unload (reload) a Python module?
- filename.whl is not a supported wheel on this platform
- How to solve “Kernel panic – not syncing – Attempted to kill init” — without erasing any user data
- ImportError: No module named ‘selenium’
- How to generate a self-signed SSL certificate using OpenSSL?
- Python – Module Not Found
- SSL_read failing with SSL_ERROR_SYSCALL error
- Converting pfx to pem using openssl
- OpenSSL Verify return code: 20 (unable to get local issuer certificate)
- Python 3: ImportError “No Module named Setuptools”
- Python AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
- What’s the difference between a Python module and a Python package?
- No module named pandas_datareader
- Verify return code: 20 when testing OpenSSL
- Python can’t find module in the same folder
- from PIL import Image – ImportError: No module named PIL
- Were jprobes removed from kernel v4?
- Android Studio Run/Debug configuration error: Module not specified
- what is meant by devel for openssl?
- Efficient way to find task_struct by pid
- Can’t import my own modules in Python
- How to properly export an ES6 class in Node 4?
- Encrypt with private key and decrypt with public key
- How to use OpenSSL to encrypt/decrypt files?
- Relation between CommonJS, AMD and RequireJS?
- Using OpenSSL what does “unable to write ‘random state'” mean?
- “ImportError: No module named site” on Windows
- OpenSSL: PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
- SSL error SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- Converting PKCS#12 certificate into PEM using OpenSSL
- What’s the difference between a Python module and a Python package?
- ImportError: No module named six
- curl : (1) Protocol https not supported or disabled in libcurl
- OpenSSL: unable to verify the first certificate for Experian URL
- How to fix ModuleNotFoundError: No module named ‘pip._internal’ with python source code installation
- SSL CA cert (path? access rights?)
- ‘openssl’ is not recognized as internal or external command
- cat not recognised as an internal or external command
- Target a css class inside another css class
- Enter PEM pass phrase when converting PKCS#12 certificate into PEM
- MySQL config file location – redhat linux server
- Python way to clone a git repository
- What is an simple example of copy_from_user
- Getting error in Curl – Peer certificate cannot be authenticated with known CA certificates
- Error: No module named ‘fcntl’
- How can I install the Beautiful Soup module on the Mac?
- How do you sign a Certificate Signing Request with your Certification Authority?
- How to import or include data structures (e.g. a dict) into a Python file from a separate file
- How to fix SSL issue SSL_CTX_use_certificate : ca md too weak on Python Zeep
- How to install latest version of openssl Mac OS X El Capitan
- ModuleNotFoundError: What does it mean __main__ is not a package?
- No implicit conversion of String into Integer (TypeError)?
- how to download the ssl certificate from a website?
- When does `cron.daily` run?
- Heartbleed: What is it and what are options to mitigate it?
- How do I view the details of a digital certificate .cer file?
- How to view all ssl certificates in a bundle?
- Is it possible to generate RSA key without pass phrase?
- What version of RHEL am I using?
- How to handle security updates within Docker containers?
- ssh-keygen does not create RSA private key
- How can I verify if TLS 1.2 is supported on a remote web server from the RHEL/CentOS shell?
- Certification authority root certificate expiry and renewal
- How to restart nginx?
- I have a keypair. How do I determine the key length?
- Heartbleed: how to reliably and portably check the OpenSSL version?
- Hundreds of failed ssh logins
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Generating a self-signed cert with openssl that works in Chrome 58
- How should an IT department choose a standard Linux distribution?