OpenSSL is not properly installed on your system
时间:2014-11-03 10:24 来源:linux.it.net.cn 作者:it
when tarball install display this
configure: error:
!!! OpenSSL is not properly installed on your system. !!!
!!! Can not include OpenSSL headers files.
type this in terminal
yum -y install openssl-devel
done~
(责任编辑:IT)
when tarball install display this
configure: error:
!!! OpenSSL is not properly installed on your system. !!!
!!! Can not include OpenSSL headers files.
type this in terminal
yum -y install openssl-devel
done~
|