Alan Feuerbacher wrote:
I've been going through my entire BLFS installation, and making sure
that I didn't miss anything the first time around. This means
reinstalling some packages, and updating to the latest packages shown in
the Changelog.

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".
When I installed OpenLDAP-2.4.39 a couple of weeks ago there were no
issues. I compared the configure scripts for 2.4.39 and 2.4.40, and sure
enough, the latter has a check for BerkeleyDB > 6.0.20, and spits out
the above error message when it finds 6.1.19. The version check in
2.4.39 only checks for version > 4.0.

What to do?

I found Berkeley DB-6.0.20 in the BLFS archive (2014-02-17), so it's
possible to install that and make OpenLDAP-2.4.40 happy. But that might
have implications for other packages in my BLFS installation (systemd
version, up through 2014-10-08).

Read the current book:

sed -i '/6.0.20/ a\\t__db_version_compat' configure

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to