If anyone else sees this, please let me have a copy of the installed slapd
and libldap.so.15.0 files
--
Sent from a phone, apologies for poor formatting.
On 16 December 2021 14:51:26 Aisha Tammy <[email protected]> wrote:
Hi,
I noticed a problem on a recent update of my stable servers
where my openldap slapd server gave out weird output on starting
the server with `rcctl -d`.
$ rcctl -d start slapd
doing _rc_parse_conf
doing _rc_quirks
slapd_flags >-u _openldap -g _openldap -F /etc/slapd.d -h 'ldaps://
ldap:// ldapi://%2fvar%2frun%2fopenldap%2fslapd.sock'<
doing rc_check
slapd
doing rc_pre
doing rc_start
doing _rc_wait start
doing rc_check
slapd:/usr/local/lib/libldap.so.15.0: /usr/local/lib/libldap_r.so.15.0 :
WARNING: symbol(ldap_int_global_options) size mismatch, relink your program
doing _rc_write_runfile
(ok)
the /usr/local/lib/libldap_r.so.15.0 is provided by the
openldap-client package and probably needs a revision bump as
updating using `pkg_add -uvi` did not update that package
for some reason. Uninstalling and reinstalling fixed the issue.
Cheers,
Aisha