On 8/19/24 1:06 PM, Graham Leggett via dev wrote:
> Hi all,
>
> Tests are failing on Ubuntu because of this bug:
>
> https://bugs.launchpad.net/ubuntu/+source/openldap2/+bug/2077320
>
> libldap2-dev is missing a dependency on libsasl2-dev, and as a result the
> moment you try use ldap_sasl_interactive_bind the build fails.
>
> Is it possible as a workaround for someone more clued up than me to update
> linux.yml to manually add this dependency?
>
I am not familar with this either but probably the below gives you what you
need:
Index: linux.yml
===================================================================
--- linux.yml (revision 1920017)
+++ linux.yml (working copy)
@@ -161,7 +161,7 @@
#
-------------------------------------------------------------------------
- name: APR 1.7.4, APR-util 1.6.3, LDAP
config: --enable-mods-shared=reallyall
- pkgs: ldap-utils
+ pkgs: ldap-utils libsasl2-dev
env: |
APR_VERSION=1.7.4
APU_VERSION=1.6.3
If not just revert :-)
Regards
RĂ¼diger