Loving Coding & Visual Design
安装CentOS6服务器环境遇到的编译错误
# no acceptable C compiler found in $PATH
yum -y install gcc
# configure: error: C++ compiler cannot create executables
yum install gcc gcc-c++ gcc-g77
# error: no curses/tempcap library found
yum -y install ncurses-devel
# Configure: error: XML configuration could not be found
yum -y install libxml2 libxml2-devel
# configure: error: Can't find OpenSSL's
yum -y install openssl openssl-devel
# configure error please reinstall libcurl distribution
yum -y install curl-devel
# configure error not found ldap.h
yum install openldap-devel
# Can't locate extUtils/makemaker.pm
# Can't locate CPAN.pm
yum -y install perl-CPAN
# configure: error: libjpeg.(a|so) not found
yum -y install libjpeg-devel
#freetype.h not found
yum -y install freetype-devel
yum -y install gcc
# configure: error: C++ compiler cannot create executables
yum install gcc gcc-c++ gcc-g77
# error: no curses/tempcap library found
yum -y install ncurses-devel
# Configure: error: XML configuration could not be found
yum -y install libxml2 libxml2-devel
# configure: error: Can't find OpenSSL's
yum -y install openssl openssl-devel
# configure error please reinstall libcurl distribution
yum -y install curl-devel
# configure error not found ldap.h
yum install openldap-devel
# Can't locate extUtils/makemaker.pm
# Can't locate CPAN.pm
yum -y install perl-CPAN
# configure: error: libjpeg.(a|so) not found
yum -y install libjpeg-devel
#freetype.h not found
yum -y install freetype-devel
最 近 文 章
- 关于GBK通过UTF8保存到Mysql的搜索问题 - Wed, 23 Nov 2011 18:02:05 +0000
- Jquery Click事件被激发两次的问题 - Thu, 10 Nov 2011 19:24:15 +0000
- 如何不登录Discuz后台刷新模板缓存 - Sun, 16 Oct 2011 17:01:50 +0000
- 关于FTP到Linux主机文件上传不完整的问题 - Sun, 16 Oct 2011 10:59:59 +0000
- Virtualbox下用CentOS6作为测试服务器 - Thu, 13 Oct 2011 13:59:43 +0000
- 坑爹的document.getElementById - Sun, 09 Oct 2011 21:32:53 +0000
- 奇怪的Discuz论坛错误:Current template file not found or have no access - Sat, 08 Oct 2011 19:29:10 +0000
- IIS6返回Bad Request (Invalid Hostname)的问题 - Sat, 08 Oct 2011 13:27:31 +0000
- 国庆租车 - Wed, 05 Oct 2011 04:26:25 +0000
- Firefox Nightly升级到10.0a1 - Wed, 28 Sep 2011 19:01:02 +0000