https://bugs.openldap.org/show_bug.cgi?id=9982
Issue ID: 9982 Summary: Linker error when building with LDAP_CONNECTIONLESS Product: OpenLDAP Version: 2.6.3 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: invokesus+openldap@gmail.com Target Milestone: ---
Created attachment 942 --> https://bugs.openldap.org/attachment.cgi?id=942&action=edit Build log
I'm encountering the following linker error when building from the master branch, with LDAP_CONNECTIONLESS defined.
/nix/store/jbnmj9fljgnfyc1iswnrpfhlkpnnwiii-binutils-2.39/bin/ld: ./.libs/libldap.so: undefined reference to `ber_sockbuf_io_udp'
Seems to have been happening since https://git.openldap.org/openldap/openldap/-/commit/4a87d7aad200aaa91cb0cb88....
Attaching the full build log.
Also, attaching in the next update, a patch to fix the error.