GNU源码安装借用YUM排除故障
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-09
|
GNU源码安装借用YUM排除故障<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
作者:田逸(sery@163.com)
安装php5需要gd2的支持,但在安装过程中,执行编译的时候出现下面的错误:
root@web1 gd-<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />2.0.35]# make
cd . && /bin/sh /root/gd-2.0.35/config/missing --run aclocal-1.9 -I config
aclocal:configure.ac:64: warning: macro `AM_ICONV'' not found in library
cd . && /bin/sh /root/gd-2.0.35/config/missing --run automake-1.9 --foreign
cd . && /bin/sh /root/gd-2.0.35/config/missing --run autoconf
configure.ac:64: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
|
把报错信息“configure.ac:64: error: possibly undefined macro: AM_ICONV”拿到google里搜索,得到“But you need to have gettext”没有gettext这个包.
那好吧,我们来安装这个gettext.在centos 5里,默认安装了包管理工具,为了省事赶时间,拿它来试试.其过程如下:
[root@web1 gd-2.0.35]#yum install gettext
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositoriesbase 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
很快就装好了,再执行make编译命令,一切ok!
注:用YUM只是权宜之计,并不是上上之选.因此强烈建议使用GNU源码
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn
为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!
|