close
今天在 centos 5.8 上面要安裝 svn 時,發生了以下錯誤

# yum -y install mod_dav_svn subversion
=====================================================================================================================================Package                                                    Arch                                              Version                                                        Repository                                                 Size
=====================================================================================================================================Installing:
mod_dav_svn                                                x86_64                                            1.6.11-10.el5_8                                                base                                                       79 k
subversion                                                 i386                                              1.6.11-10.el5_8                                                base                                                      3.1 M
subversion                                                 x86_64                                            1.6.11-10.el5_8                                                base                                                      3.2 M
Installing for dependencies:
apr                                                        i386                                              1.2.7-11.el5_6.5                                               base                                                      124 k
apr-util                                                   i386                                              1.2.7-11.el5_5.2                                               base                                                       80 k
neon                                                       i386                                              0.25.5-10.el5_4.1                                              base                                                      101 k
postgresql-libs                                            i386                                              8.1.23-6.el5_8                                                 base                                                      197 k
sqlite                                                     i386                                              3.3.6-6                                                        base                                                      213 k
Updating for dependencies:
apr                                                        x86_64                                            1.4.5-1.jason.1                                                utterramblings                                            260 k
postgresql-libs                                            x86_64                                            8.1.23-6.el5_8                                                 base                                                      197 k
sqlite                                                     x86_64                                            3.3.6-6                                                        base                                                      207 k

Transaction Summary
=====================================================================================================================================Install       8 Package(s)
Upgrade       3 Package(s)

Total size: 7.8 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  package apr-util-1.3.12-1.jason.1.x86_64 (which is newer than apr-util-1.2.7-11.el5_5.2.i386) is already installed

Error Summary
-------------

上網找到的解法是,先將 apr-util-1.3.12-1.jason.1.x86_64 強制移除後,再重新安裝就可以了
# rpm -e  --nodeps apr-util-1.3.12-1.jason.1.x86_64
# yum -y install mod_dav_svn subversion
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 wbkuo 的頭像
    wbkuo

    長島冰茶的工程師筆記

    wbkuo 發表在 痞客邦 留言(0) 人氣()