Anyone get this to work?   Trying to compile apache on a solaris 8
machine with the cldap novell libraries that novell puts out for free
with these configuration options:

./configure --with-prefix=/var/test
--with-ssl=/afs/uncg.edu/@sys/opt/openssl
--with-ldap-include=/usr/slocal/novell/include
--with-ldap-lib=/usr/slocal/novell/lib --with-ldap --enable-ssl
--enable-ldap --enable-auth-ldap

Problem is of course, that this binary coredumps (did a gdb backtrace
of it and it gets hung on an ldap parse statement.  Even when removing
the lines containing the cert file and the ldap stuff, it still core
dumps).
I compiled it with openssl libraries, but the problem if you compile
with openldap libraries is that according to the code util_ldap.c,
only BASE64_FILE is an acceptable type (not DER_FILE).  I tried
converting the DER file sent to me to pem format with openssl and
apache didn't accept that file at startup.  I know the DER file is
fine since I use it in another application and can authenticate to the
ldaps port fine with it.  I can authenticate against ldap without
using the secure port, but was wonder if anybody has been able to
authenticate against the secure port using solaris8 version of apache
2.

Reply via email to