On 09/05/21 05:23, Quanah Gibson-Mount wrote:
--On Saturday, May 8, 2021 7:09 PM +0200 Francesco Malvezzi francesco.malvezzi@unimore.it wrote:
really sorry for the lack of details because I'm really outside my field.
I was just observing in openldap-2.5.4 the pbkdf2 module tries to install to /usr/local/libexec/openldap despite the
--prefix=/opt/openldap
in the configure on the src root.
I am pretty sure it worked fine on openldap-2.4.* (at the beginning it didn't but then it was fixed).
No, it is a contrib module, it has never been tied to configured. Read the makefile for how to set the prefix correctly.
thank you for your time: yes you are right.
I got what let assume me wrongly it did work on previous releases (very easy: if you upgrade in-place, from the second time on the old libraries are already in $PREFIX/libexec/openldap and everything works smooth even if new libraries are installed in /usr/local/libexec/openldap),
franz