+ -
当前位置:首页 → 问答吧 → arch下的svn不正常

arch下的svn不正常

时间:2009-12-13

来源:互联网

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

作者: yakczh   发布时间: 2009-12-13

哪个版本的subversion,怎么会去找4.7的db,core的db4.8了啊
代码:
[hunt@psycho ~]$ O_< ldd /usr/bin/svn|grep libdb
 libdb-4.8.so => /usr/lib/libdb-4.8.so (0xb72e1000)
[hunt@psycho ~]$ O_< pacman -Qo /usr/bin/svn
/usr/bin/svn is owned by subversion 1.6.6-2

作者: huntxu   发布时间: 2009-12-13

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

作者: yakczh   发布时间: 2009-12-13

[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

作者: CnkknD   发布时间: 2009-12-14

热门下载

更多