On 10/10/2014 11:23 PM, Bruce Dubbs wrote:
Alan Feuerbacher wrote:
On 10/10/2014 7:14 PM, Bruce Dubbs wrote:
Alan Feuerbacher wrote:
I ran into a problem with OpenLDAP-2.4.40: configure complains that the
Berkeley DB version I installed a couple of weeks ago (6.1.19) is
"incompatible with BDB/HDB backends". Looking in config.log I found the
error message: "BerkeleyDB 6.0.20+ license is incompatible with LDAP".
...
sed -i '/6.0.20/ a\\t__db_version_compat' configure
...
Curiosity question: How did you guys figure out what to put in that sed
script?
Well first you have to understand what can be done with sed.
View the configure file and look for the error message. Then just force
the script to do the "right thing".
Actually the source of the problem is in build/openldap.m4 lines 557 to
562, but the fix Armin came up with is much faster.
We probably could have passed ol_cv_bdb_compat=yes to configure instead
of the sed, but the results are the same.
Ok, I'll try to understand all that tomorrow. In the meantime, how does
one verify that overriding the check for BerkeleyDB 6.0.20+ in configure
is ok? I mean that overriding it doesn't screw something up?
Alan
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page