|
被这个问题折磨很久了,一直解决不了,这里高手云集,请教下,感谢无尽
centos 5.5,PHP -v
PHP 5.2.17 (cli) (built: Feb 19 2011 11:52:47)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
因为要安装magento,提示 PHP extension "dom" must be loaded. 缺少 dom扩展
按官网提示要 安装 php-xml扩展,但是
yum install php-xml
总提示No package php-xml available.
我使用的yum源是
yum install yum-fastestmirror
也就是默认最快的 |
|