Okay, which libdev do I need to install to get libdb_cxx-5.1.so? I don't use Linux that much.
Im not quite sure nod probably knows this better but if he doesn't reply....
try:
sudo apt-get install build-essential libdb5.1-dev libdb5.1++-dev
It will maybe works, installation is still in progress for me.
What i've done for Ubuntu:
ldd globed
-> it lists all the required files
then i searched every files in google and installed each required package (i do not remember their names...), but in the end i got a segmentation error.
EDIT : installation finished, let's see what happens.