!!! OpenSSL is not properly installed on your sy

为什么80%的码农都做不了架构师?>>>   hot3.png

./configure时老是报!
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error:
  !!! OpenSSL is not properly installed on your system. !!!

  !!! Can not include OpenSSL headers files. 

 

解决:

yum install -y openssl openssl-devel

转载于:https://my.oschina.net/jywm/blog/692920

你可能感兴趣的:(运维)