|

楼主 |
发表于 2004-8-5 14:54:34
|
显示全部楼层
configure: error: libxml2 version 2.5.10 or greater required.
[root@localhost php-5.0.0]# rpm -q libxml2
libxml2-2.5.4-1
[root@localhost php-5.0.0]#
[root@localhost hdb7]# rpm -U libxml2-2.6.11-1.i386.rpm
warning: libxml2-2.6.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID de95bc1f
error: Failed dependencies:
libxml2 = 2.5.4 is needed by (installed) libxml2-python-2.5.4-1
libxml2 = 2.5.4 is needed by (installed) libxml2-devel-2.5.4-1
[root@localhost hdb7]# rpm -ivh libxml2-2.6.11-1.i386.rpm
warning: libxml2-2.6.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID de95bc1f
Preparing... ########################################### [100%]
file /usr/bin/xmlcatalog from install of libxml2-2.6.11-1 conflicts with file
from package libxml2-2.5.4-1
file /usr/bin/xmllint from install of libxml2-2.6.11-1 conflicts with file from package libxml2-2.5.4-1
file /usr/lib/libxml2.so.2 from install of libxml2-2.6.11-1 conflicts with file from package libxml2-2.5.4-1
file /usr/share/man/man1/xmlcatalog.1.gz from install of libxml2-2.6.11-1 conflicts with file from package libxml2-2.5.4-1
file /usr/share/man/man1/xmllint.1.gz from install of libxml2-2.6.11-1 conflicts with file from package libxml2-2.5.4-1
file /usr/share/man/man3/libxml.3.gz from install of libxml2-2.6.11-1 conflicts with file from package libxml2-2.5.4-1
[root@localhost hdb7]#
[root@localhost hdb7]# rpm -U libxml2-python-2.6.8-1.i386.rh9.rpm
error: Failed dependencies:
libxml2 = 2.6.8 is needed by libxml2-python-2.6.8-1
[root@localhost hdb7]# rpm -ivh libxml2-python-2.6.8-1.i386.rh9.rpm
error: Failed dependencies:
libxml2 = 2.6.8 is needed by libxml2-python-2.6.8-1
[root@localhost hdb7]#
[root@localhost root]# rpm -e libxml2-python
error: Failed dependencies:
libxml2-python is needed by (installed) redhat-config-packages-1.1.8-1
[root@localhost root]#
这是我最近安包的记录,有些乱。我都安了,但一个也没安上。 |
|