This bug has been copied from bug #655133 and has been proposed to be backported to 5.6 z-stream (EUS).
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: - some tools (like curl) may require ldap_init_fd() API function from libldap - compilation of these tools will fail as this function is missing in current version - backported upstream patch adding ldap_init_fd() API function - ldap library now provides desired function and tools (like curl) can use it
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,4 @@ - some tools (like curl) may require ldap_init_fd() API function from libldap -- compilation of these tools will fail as this function is missing in current version +- some extended functionality of these tools will not be available as this function is missing in current version - backported upstream patch adding ldap_init_fd() API function - ldap library now provides desired function and tools (like curl) can use it
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1 @@ -- some tools (like curl) may require ldap_init_fd() API function from libldap +Prior to this update, the libldap library did not provide the ldap_init_fd() function, even though certain utilities such as cURL rely on it and could not work properly as a result. This update applies a backported upstream patch that implements this API function, so that these tools can now work as expected.-- some extended functionality of these tools will not be available as this function is missing in current version -- backported upstream patch adding ldap_init_fd() API function -- ldap library now provides desired function and tools (like curl) can use it
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0178.html