Hi, I'm trying to build OpenLDAP 2.6 on Fedora Rawhide and I'm getting the error message:
/usr/bin/ld: ./.libs/libldap.so: undefined reference to `ber_sockbuf_io_udp'
I've checked commits from https://bugs.openldap.org/show_bug.cgi?id=9673 and found that 'ber_sockbuf_io_udp' was not added to https://git.openldap.org/openldap/openldap/-/blob/master/libraries/liblber/l...
Is it intentional? If I add 'ber_sockbuf_io_udp' there, my build passes the stage successfully.
If 'ber_sockbuf_io_udp' absence is intentional, should I somehow account for it during './configure'?
Thank you!
Regards, Simon
--On Wednesday, November 3, 2021 8:27 PM -0700 Simon Pichugin spichugi@redhat.com wrote:
Hi, I'm trying to build OpenLDAP 2.6 on Fedora Rawhide and I'm getting the error message:
/usr/bin/ld: ./.libs/libldap.so: undefined reference to `ber_sockbuf_io_udp'
I've checked commits from https://bugs.openldap.org/show_bug.cgi?id=9673 and found that 'ber_sockbuf_io_udp' was not added to https://git.openldap.org/openldap/openldap/-/blob/master/libraries/li blber/lber.map
Is it intentional? If I add 'ber_sockbuf_io_udp' there, my build passes the stage successfully.
If 'ber_sockbuf_io_udp' absence is intentional, should I somehow account for it during './configure'?
That symbol only exists if OpenLDAP is built with LDAP_CONNECTIONLESS defined, which is not a supported feature. Feel free to file a bug report at https://bugs.openldap.org/
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org