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'
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