[Bug 70935] BerkelyDB setup fails in configure script

Arjan van Leeuwen avleeuwen at piwebs.com
Mon Dec 22 23:13:06 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-22 23:12 -------
This is also a problem on FreeBSD, where the bdb headers reside in /usr/local/include/dbX (where X is the version of bdb, e.g. 2, 3, or 41) and the libraries are in /usr/local/lib and have a name that includes the version number too (e.g. libdb41.so and libdb3.so). 

The problem with the headers can be fixed with this workaround, the problem with the libraries can't. There seem to be other checks in the configure for the bdb libraries from Python, and they do the checks right. Maybe those can be used?




More information about the KDevelop-devel mailing list