LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 760|回复: 3

arch下的svn不正常

[复制链接]
发表于 2009-12-13 00:07:10 | 显示全部楼层 |阅读模式
pacman -Sy subversion
安装了svn以后,运行svn up 老是提示

svn: error while loading shared libraries: libdb-4.7.so: cannot open shared object file: No such file or directory
发表于 2009-12-13 00:24:05 | 显示全部楼层
哪个版本的subversion,怎么会去找4.7的db,core的db4.8了啊
  1. [hunt@psycho ~]$ O_< ldd /usr/bin/svn|grep libdb
  2.         libdb-4.8.so => /usr/lib/libdb-4.8.so (0xb72e1000)
  3. [hunt@psycho ~]$ O_< pacman -Qo /usr/bin/svn
  4. /usr/bin/svn is owned by subversion 1.6.6-2
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-13 08:44:22 | 显示全部楼层
svn --version
svn, version 1.6.6 (r40053)
   compiled Nov 24 2009, 02:01:26

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
回复 支持 反对

使用道具 举报

发表于 2009-12-13 23:21:32 | 显示全部楼层
[danielking@stopc user_center]$ ldd /usr/bin/svn | grep libdb
        libdb-4.8.so => /usr/lib/libdb-4.8.so (0x00007fa27dbe3000)
[danielking@stopc user_center]$ pacman -Q subversion
subversion 1.6.6-2
[danielking@stopc user_center]$ svn --version
svn,版本 1.6.6 (r40053)
   编译于 Nov 24 2009,02:01:26
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表