You are not logged in.
I have had a working version of subversion installed. At the moment subversion does not work any more and complains about a missing library.
Message:
svn: error while loading shared libraries: libdb-4.7.so: cannot open shared object file: No such file or directory
I have already removed subversion with pacman -R subversion and reinstalled it with pacman -S subversion, but the problem persists.
Can anybody give me a hint?
Helmut
Offline
Which version of subversion are you using? 1.6.5-5 is linked against libdb-4.8.so (at least on x86_64).
Offline
With pacman I have installed "extra/subversion 1.6.5-5".
I have a x86_64 as well. But the installed svn tries to link to 4.7 and fails to start.
I have checked "/usr/lib" and I have libdb-4.8.so installed on my system.
Offline
Do you have that version installed? It looks like you queried the pacman database (-Si) rather than your local database (-Qi).
Offline
pacman -Qi subversion tells me that 1.6.5-5 is installed.
[helmut@lapi_acer tecomp]$ pacman -Qi subversion
Name : subversion
Version : 1.6.5-5
URL : http://subversion.tigris.org/
Licenses : apache bsd
Groups : None
Provides : svn
Depends On : neon>=0.28.2-2 apr-util>=1.3.2-2
Optional Deps : gnome-keyring
kdeutils-kwallet
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 28428.00 K
Packager : Allan McRae <allan@archlinux.org>
Architecture : x86_64
Build Date : Sat 26 Sep 2009 12:37:09 AM CDT
Install Date : Tue 03 Nov 2009 06:34:42 PM CST
Install Reason : Explicitly installed
Install Script : No
Description : Replacement for CVS, another versioning system (svn)
Offline
Well, then. It is definitely not subversion causing your problem, but some dependency. Is your system fully up to date?
Offline
Assuming this is the same system, I suspect this issue will disappear when http://bbs.archlinux.org/viewtopic.php?id=83961 is solved. (Un)fortunately, I've never came across a broadcom wireless device -- I'd rather not risk giving erroneous advice there.
Offline
I have tried to rebuild subversion from scratch via makepkg. But this failed for share library problems as well.
Message during mkpkg: sh: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
Unfortunately I cannot pacman -Syu due to the problem reported in http://bbs.archlinux.org/viewtopic.php?id=83961. It seems that I have a deadlock now.
Offline
Well, then.... your system is fairly screwed. If you cannot do a full upgrade, never update the pacman database and then install new software.
i.e.
only: pacman -Syu; pacman -S <pkg>
never: pacman -Sy; pacman -S <pkg>
I'll tell you how to fix in your braodcom-wl thread.
Offline