[Authentication] Authentication Digest, Vol 54, Issue 2
Diederick Stoffers
D.Stoffers at spinozacentre.nl
Wed Jan 25 15:56:37 UTC 2023
Hi Sumit,
Your hunch was right; the function is present in my libldap.so, must be
a problem with the configure check.
It does seem to find the the ldap library in good order.
checking for ldap.h... yes
checking for ldap_init_fd in -lldap... no
configure: error: Couldn't find ldap_init_fd function in libldap
Suggestions on solving this are more then welcome, would really love to
have realmd running on my OmniOS fileserver.
Cheers,
Diederick
On 25/01/2023 13:00, authentication-request at lists.freedesktop.org wrote:
> Send Authentication mailing list submissions to
> authentication at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.freedesktop.org/mailman/listinfo/authentication
> or, via email, send a message with subject or body 'help' to
> authentication-request at lists.freedesktop.org
>
> You can reach the person managing the list at
> authentication-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Authentication digest..."
>
>
> Today's Topics:
>
> 1. Re: Authentication Digest, Vol 54, Issue 1 (Michael Stokes)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 24 Jan 2023 17:07:33 -0500
> From: Michael Stokes <mikeaec2017 at gmail.com>
> To: authentication at lists.freedesktop.org
> Subject: Re: [Authentication] Authentication Digest, Vol 54, Issue 1
> Message-ID:
> <CA+eeHGSJQpoB8vRHjDvj0nkXry0Jy9fznQXw=qGC=bkBvLezcQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Please stop hacking me
>
> On Tue, Jan 24, 2023 at 07:00 <authentication-request at lists.freedesktop.org>
> wrote:
>
>> Send Authentication mailing list submissions to
>> authentication at lists.freedesktop.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://lists.freedesktop.org/mailman/listinfo/authentication
>> or, via email, send a message with subject or body 'help' to
>> authentication-request at lists.freedesktop.org
>>
>> You can reach the person managing the list at
>> authentication-owner at lists.freedesktop.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Authentication digest..."
>>
>>
>> Today's Topics:
>>
>> 1. building realmd on omnios (Diederick Stoffers)
>> 2. Re: building realmd on omnios (Sumit Bose)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Mon, 23 Jan 2023 14:31:23 +0000
>> From: Diederick Stoffers <D.Stoffers at spinozacentre.nl>
>> To: "authentication at lists.freedesktop.org"
>> <authentication at lists.freedesktop.org>
>> Subject: [Authentication] building realmd on omnios
>> Message-ID: <65be25a8-2b78-aee9-f89d-c139cf3fa121 at spinozacentre.nl>
>> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>>
>> 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?
>>
>> Best,
>>
>> Diederick
>>
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: OpenPGP_0x2B5E5140AF8EAC47.asc
>> Type: application/pgp-keys
>> Size: 3167 bytes
>> Desc: OpenPGP public key
>> URL: <
>> https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.key
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: OpenPGP_signature
>> Type: application/pgp-signature
>> Size: 840 bytes
>> Desc: OpenPGP digital signature
>> URL: <
>> https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.sig
>> ------------------------------
>>
>> Message: 2
>> Date: Tue, 24 Jan 2023 06:57:03 +0100
>> From: Sumit Bose <sbose at redhat.com>
>> To: Cross-desktop authentication and single sign-on
>> <authentication at lists.freedesktop.org>
>> Subject: Re: [Authentication] building realmd on omnios
>> Message-ID: <Y89zLzHR7Wgctbz3 at sbose.users.ipa.redhat.com>
>> Content-Type: text/plain; charset=us-ascii
>>
>> 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
>>>
>>
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> Authentication mailing list
>> Authentication at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/authentication
>>
>>
>> ------------------------------
>>
>> End of Authentication Digest, Vol 54, Issue 1
>> *********************************************
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/authentication/attachments/20230124/32d3e696/attachment-0001.htm>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Authentication mailing list
> Authentication at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/authentication
>
>
> ------------------------------
>
> End of Authentication Digest, Vol 54, Issue 2
> *********************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x2B5E5140AF8EAC47.asc
Type: application/pgp-keys
Size: 3167 bytes
Desc: OpenPGP public key
URL: <https://lists.freedesktop.org/archives/authentication/attachments/20230125/f6c6e066/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/authentication/attachments/20230125/f6c6e066/attachment-0001.sig>
More information about the Authentication
mailing list