Comment 8 for bug 96980

Revision history for this message
Nick Webb (webbn) wrote :

I was really happy to see this post, and others that helped me isolate the issue I had building SVN 1.7.4 on Ubuntu 8.04 to /usr/bin/apu-1-config. For others getting snagged by this issue, there is a quick and dirty fix: simply update the LIBS="" line in /usr/bin/apu-1-config to include "-ldb" then build SVN.

nickw@myhost:/usr/bin$ diff apu-1-config apu-1-config.dist
30c30
< LIBS="-ldb"
---
> LIBS=

Hope that helps, it worked for me, YMMV.

Also, I did not experience this problem on the next LTS release, 10.10, so I assume it does not have this issue any longer. Running /usr/bin/apu-1-config --libs there does return " -ldb".