2013年(3)
发布时间:2013-06-30 22:49:25
由于 Centos 6.4 是最小化安装,原本以为很多开发库是已经安装好的,事实却恰恰相反,很多东西都没有安装,所以才会遇到以下这么多问题,欢迎多多补充!1. configure: error: C compiler cannot create executables # yum -y intall gcc2. checking for zlib location... not found .........【阅读全文】
发布时间:2013-06-27 23:19:07
Apache:查看使用的编译选项:# cat /usr/local/apache/build/config.nice #! /bin/sh ## Created by configure./configure \"--prefix=/usr/local/apache2" \"--enable-so" \"--enable-deflate" \"--ena.........【阅读全文】
发布时间:2013-06-27 22:23:39
错误1:If configure fails try --with-xpm-dir= configure: error: freetype.h not found. # yum install freetype-devel错误2:configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should n.........【阅读全文】