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/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'?
Thank you!
Regards,
Simon