<div dir="auto">Please stop hacking me </div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 24, 2023 at 07:00 <<a href="mailto:authentication-request@lists.freedesktop.org">authentication-request@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Authentication mailing list submissions to<br>
        <a href="mailto:authentication@lists.freedesktop.org" target="_blank">authentication@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freedesktop.org/mailman/listinfo/authentication" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/authentication</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:authentication-request@lists.freedesktop.org" target="_blank">authentication-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:authentication-owner@lists.freedesktop.org" target="_blank">authentication-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Authentication digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. building realmd on omnios (Diederick Stoffers)<br>
   2. Re: building realmd on omnios (Sumit Bose)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 23 Jan 2023 14:31:23 +0000<br>
From: Diederick Stoffers <<a href="mailto:D.Stoffers@spinozacentre.nl" target="_blank">D.Stoffers@spinozacentre.nl</a>><br>
To: "<a href="mailto:authentication@lists.freedesktop.org" target="_blank">authentication@lists.freedesktop.org</a>"<br>
        <<a href="mailto:authentication@lists.freedesktop.org" target="_blank">authentication@lists.freedesktop.org</a>><br>
Subject: [Authentication] building realmd on omnios<br>
Message-ID: <<a href="mailto:65be25a8-2b78-aee9-f89d-c139cf3fa121@spinozacentre.nl" target="_blank">65be25a8-2b78-aee9-f89d-c139cf3fa121@spinozacentre.nl</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Hi,<br>
<br>
I am trying to build realmd on OmniOS. I got stuck at some missing ldap <br>
function<br>
<br>
<br>
checking for ldap.h... yes<br>
checking for ldap_init_fd in -lldap... no<br>
configure: error: Couldn't find ldap_init_fd function in libldap<br>
<br>
I seem to be on a fairly recent ldap version<br>
<br>
root@saturn:~/realmd# ldapsearch -V<br>
ldapsearch: @(#) $OpenLDAP: ldapsearch 2.6.3 (Dec 15 2022 13:28:35)<br>
<br>
which seems to be using libldap.so.2.<br>
<br>
Is my libary missing this ldap_init_fd function? How best to solve this <br>
dependency?<br>
<br>
Best,<br>
<br>
Diederick<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: OpenPGP_0x2B5E5140AF8EAC47.asc<br>
Type: application/pgp-keys<br>
Size: 3167 bytes<br>
Desc: OpenPGP public key<br>
URL: <<a href="https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.key" rel="noreferrer" target="_blank">https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.key</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: OpenPGP_signature<br>
Type: application/pgp-signature<br>
Size: 840 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a href="https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.sig" rel="noreferrer" target="_blank">https://lists.freedesktop.org/archives/authentication/attachments/20230123/3662989b/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 24 Jan 2023 06:57:03 +0100<br>
From: Sumit Bose <<a href="mailto:sbose@redhat.com" target="_blank">sbose@redhat.com</a>><br>
To: Cross-desktop authentication and single sign-on<br>
        <<a href="mailto:authentication@lists.freedesktop.org" target="_blank">authentication@lists.freedesktop.org</a>><br>
Subject: Re: [Authentication] building realmd on omnios<br>
Message-ID: <<a href="mailto:Y89zLzHR7Wgctbz3@sbose.users.ipa.redhat.com" target="_blank">Y89zLzHR7Wgctbz3@sbose.users.ipa.redhat.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Am Mon, Jan 23, 2023 at 02:31:23PM +0000 schrieb Diederick Stoffers:<br>
> Hi,<br>
> <br>
> I am trying to build realmd on OmniOS. I got stuck at some missing ldap<br>
> function<br>
> <br>
> <br>
> checking for ldap.h... yes<br>
> checking for ldap_init_fd in -lldap... no<br>
> configure: error: Couldn't find ldap_init_fd function in libldap<br>
> <br>
> I seem to be on a fairly recent ldap version<br>
> <br>
> root@saturn:~/realmd# ldapsearch -V<br>
> ldapsearch: @(#) $OpenLDAP: ldapsearch 2.6.3 (Dec 15 2022 13:28:35)<br>
> <br>
> which seems to be using libldap.so.2.<br>
> <br>
> Is my libary missing this ldap_init_fd function? How best to solve this<br>
> dependency?<br>
<br>
Hi,<br>
<br>
there might be an issue with the configure check as well. Can you check<br>
with 'nm -D /path/to/libldap.so' or 'objdump -T /path/to/libldap.so' if<br>
the symbol is actually missing in the LDAP library?<br>
<br>
bye,<br>
Sumit<br>
<br>
> <br>
> Best,<br>
> <br>
> Diederick<br>
> <br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Authentication mailing list<br>
<a href="mailto:Authentication@lists.freedesktop.org" target="_blank">Authentication@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/authentication" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/authentication</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Authentication Digest, Vol 54, Issue 1<br>
*********************************************<br>
</blockquote></div></div>