Fix error "openssl/ssl.h: No such file or directory"
If you got this error message when installing some packages such as pyopenssl or pycrypto: “openssl/ssl.h: No such file or directory”
Install these following packages will fix:
$ sudo apt-get install libssl-dev
Install these following packages will fix:
$ sudo apt-get install libssl-dev
Comments
Post a Comment