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". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/96980 Title: apu-config --libs has no output To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apr-util/+bug/96980/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
