[Bug 70935] BerkelyDB setup fails in configure script
Arjan van Leeuwen
avleeuwen at piwebs.com
Sun Dec 28 21:31:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=70935
------- Additional Comments From avleeuwen at piwebs.com 2003-12-28 21:29 -------
Yes, that's correct. The problem is not that the library directory is not included, but that the library has a different name in FreeBSD (e.g. it has to use -ldb41, -ldb4 or -ldb3 instead of -ldb, depending on the version).
To compile KDevelop on my FreeBSD machine, I now just replace -ldb with -ldb41 in kdevelop.m4.in and lib/catalog/Makefile.am, in addition to the fix you propose.
More information about the KDevelop-devel
mailing list