Dieter Klünter wrote:
Doug Summers <[EMAIL PROTECTED]> writes:

Has anyone got this to work using OpenPKG stable? I can't never get
the configure script to see the proper headers & libraries.

What is precisely your problem? There is an issue with openldap and pth on linux with regard to epoll.

-Dieter

There has to be something funny in the OpenLDAP package that's built by OpenPKG. I built OpenLDAP from source and installed it to /opt/openldap. Look at the differences in the ldap configs:

Using my install
checking for ldap_init... yes
checking for ldap_get_lderrno... no
checking for ldap_parse_result... yes
checking for ldap_memfree... yes
checking for ldap_controls_free... yes
checking for ldap_ld_free... yes
checking for ldap_explode_rdn... yes
checking for ldap_set_option... yes
checking for ldap_get_option... yes
checking for ldap_sasl_interactive_bind_s... yes
checking for ldap_initialize... yes
checking for ldap_search_ext... yes
checking for ldap_create_control... yes
checking for ldap_create_page_control... no
checking for ldap_parse_page_control... no
checking for ldapssl_client_init... no
checking for ldap_start_tls_s... yes
checking for ldap_pvt_tls_set_option... yes
checking for ldap_start_tls... yes

Using OpenPKG's install
checking for ldap_init... no
checking for ldap_get_lderrno... no
checking for ldap_parse_result... no
checking for ldap_memfree... yes
checking for ldap_controls_free... yes
checking for ldap_ld_free... no
checking for ldap_explode_rdn... no
checking for ldap_set_option... no
checking for ldap_get_option... no
checking for ldap_sasl_interactive_bind_s... no
checking for ldap_initialize... no
checking for ldap_search_ext... no
checking for ldap_create_control... yes
checking for ldap_create_page_control... no
checking for ldap_parse_page_control... no
checking for ldapssl_client_init... no
checking for ldap_start_tls_s... no
checking for ldap_pvt_tls_set_option... no
checking for ldap_start_tls... no

My build does not include slapd (couldn't build against OpenPKG's DB)
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to