由于 Centos 6.4 是最小化安装,原本以为很多开发库是已经安装好的,事实却恰恰相反,很多东西都没有安装,所以才会遇到以下这么多问题,欢迎多多补充!
1.
-
configure: error: C compiler cannot create executables
# yum -y intall gcc
2.
-
checking for zlib location... not found
-
checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures
# yum install zlib-devel
3.
-
no SSL-C headers found
-
configure: error: ...No recognized SSL/TLS toolkit detected
# yum install openssl-devel
阅读(1308) | 评论(0) | 转发(1) |