I have a project where I need to install an SVN server from source and I am having a problem getting Berkeley DB to work with the install. I have the libdb4.7-dev package installed however the ./configure indicates it cannot find it. I've tried using the switch --with-berkeley-db=db.h:/usr/include:/usr/lib:db-4.7 but that doesn't work either. Any suggestions??