[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#7141) Segmentation fault during stopping slapd



Hallvard B Furuseth wrote:
> On Sat, 28 Jan 2012 15:10:24 GMT, michael@stroeder.com wrote:
>> Core was generated by `/opt/openldap-RE24/libexec/slapd (...)
>> (...)
>> #1 0x00007fc67d5329a3 in ?? () from /usr/lib64/libldap_r-2.4.so.2
>
> Looks like slapd is linked to the wrong libldap_r, and you need
> to configure with something like
>
> $ pr=/opt/openldap-RE24
> $ ./configure --prefix=$pr LDFLAGS="-L$pr/lib -Wl,-rpath,$pr/lib"

Uumpf! I forgot to update my local version of

contrib/slapd-modules/smbk5pwd/Makefile

after pulling from git. This Makefile does not use prefix and LDFLAGS used 
with ./configure before.

Please close this ITS.

Ciao, Michael.