Chinaunix首页 | 论坛 | 博客
  • 博客访问: 24593
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 127
  • 用 户 组: 普通用户
  • 注册时间: 2013-06-26 22:11
文章分类

全部博文(3)

文章存档

2013年(3)

我的朋友

分类: LINUX

2013-06-30 22:49:25


由于 Centos 6.4 是最小化安装,原本以为很多开发库是已经安装好的,事实却恰恰相反,很多东西都没有安装,所以才会遇到以下这么多问题,欢迎多多补充!


1.
  1. configure: error: C compiler cannot create executables
# yum -y intall gcc

2.
  1. checking for zlib location... not found
  2. 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.
  1. no SSL-C headers found
  2. configure: error: ...No recognized SSL/TLS toolkit detected
# yum install openssl-devel
阅读(1280) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~