2.6 version of openldap libs in RHEL9.1 doesn't export symbols related to LDAP_CONNECTIONLESS feature (`ldap_is_ldapc_url()` in particularl, but other as well). The reason - https://bugs.openldap.org/show_bug.cgi?id=9739#c3 : ``` Since the symbol in question is part of an unsupported feature, only built when the unsupported LDAP_CONNECTIONLESS flag is defined, we will not be adding it to the officially released library map files. If you want to add unsupported features to your builds, then you'll be responsible for tweaking your map files appropriately to make those unsupported features visible in your builds. ``` So this needs to be handled downstream.
Marking as VERIFIED as per comment above.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (openldap bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8269