./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