[Authentication] building realmd on omnios
Sumit Bose
sbose at redhat.com
Tue Jan 24 05:57:03 UTC 2023
Am Mon, Jan 23, 2023 at 02:31:23PM +0000 schrieb Diederick Stoffers:
> Hi,
>
> I am trying to build realmd on OmniOS. I got stuck at some missing ldap
> function
>
>
> checking for ldap.h... yes
> checking for ldap_init_fd in -lldap... no
> configure: error: Couldn't find ldap_init_fd function in libldap
>
> I seem to be on a fairly recent ldap version
>
> root at saturn:~/realmd# ldapsearch -V
> ldapsearch: @(#) $OpenLDAP: ldapsearch 2.6.3 (Dec 15 2022 13:28:35)
>
> which seems to be using libldap.so.2.
>
> Is my libary missing this ldap_init_fd function? How best to solve this
> dependency?
Hi,
there might be an issue with the configure check as well. Can you check
with 'nm -D /path/to/libldap.so' or 'objdump -T /path/to/libldap.so' if
the symbol is actually missing in the LDAP library?
bye,
Sumit
>
> Best,
>
> Diederick
>
More information about the Authentication
mailing list