[Bug 63854] Failure to compile httpd 2.4.41 on RHEL 6.10

2019-10-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63854 --- Comment #4 from nv5...@att.com --- In the end, the following worked: ./configure \ --prefix=/sites/www-site/att/httpd-2.4.41 \ --enable-modules="all" \ --enable-mods-shared="all" \ --enable-authn-file \ --enable-authn-dbm \ --en

[Bug 63854] Failure to compile httpd 2.4.41 on RHEL 6.10

2019-10-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63854 --- Comment #3 from nv5...@att.com --- below we can see the location of the ldap library and the required "ldap_init" definition: [build@ecombuild03 httpd-2.4.41]$ ls -l /sites/utils/lib/libldap.so lrwxrwxrwx 1 build build 37 Oct 15 14:11 /sit

[Bug 63854] Failure to compile httpd 2.4.41 on RHEL 6.10

2019-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63854 --- Comment #2 from Ruediger Pluem --- --with-ldap does not have a path set unlike your other --with-something options -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63854] Failure to compile httpd 2.4.41 on RHEL 6.10

2019-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63854 --- Comment #1 from nv5...@att.com --- Relevant lines from /build/httpd-2.4.41/srclib/apr-util/include/apr_ldap_init.h 139: APU_DECLARE_LDAP(int) apr_ldap_init(apr_pool_t *pool, 140:LDAP **ldap, 141: