Problem Solved.
FYI after a lot of effort I have resolved this issue.
Basically there was a library mismatch in the dependencies that atp-util has
with openssl/openldap. To solve this I have rebuilt:
pcre, openssl,berkeleydb,openldap,atp, atp-util , httpd
I rebuilt each component in order of de
Based on this https://bz.apache.org/bugzilla/show_bug.cgi?id=41041 I decided
to hard code some CPP and LD flags for the configure/make steps:
# Force the apr builds to find libs here and at run time load them from here.
CPPFLAGS='-I/opt/csw/include'
export CPPFLAGS
LDFLAGS='-R/opt/csw/lib -L/opt/
I am trying to build apache httpd 2.4.20 with LDAP over SSL support
No matter what I try I always get this as the first line in the error log file
at start up:
[Wed Jun 15 19:26:17.222691 2016] [ldap:info] [pid 27064] AH01320: LDAP: SSL
support unavailable
I believe (through many hours or perseve