I recently setup a new Arch Linux computer and when trying to do an svn checkout I get this error:

svn: error while loading shared libraries: libdb-5.3.so: cannot open shared object file: No such file or directory

What exactly went wrong with this?

I'm using Arch Linux 64bit

link|improve this question

64% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Try executing

ll /usr/lib/libdb*

If the library doesn't exist, you have to update the ArchLinux core by running

pacman -Suy
link|improve this answer
This ended up being the problem. I had done a fresh install just a few days earlier and somehow libdb had already went from like 5.2 to 5.3 – Earlz Jan 20 at 21:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.