Has anyone been able to build Courier 1.34 with OpenLDAP 2.0.11 on Solaris 8
such that authentication and aliasing is possible? I have tried compiling
with multiple options including specifying where the libraries are, and
althought courier finds the ldap libraries, it does not complile authldap or
ldapaliasrc. I am configuring with the following:
LDFLAGS="-L/usr/local/lib -lldap"
CPPFLAGS="-I/usr/local/include"
export CPPFLAGS
export LDFLAGS
./configure --with-qdircout=500 --with-authldap --without-authcram --without
-authmysql \
--without-authvchkpw --with-ispell=/usr/local/bin/ispell --enable-webpass=no
\
--enable-https=auto --with-maxargsize=5000000 --with-maxformargsize=50000000
\
--without-gzip --with-waitfunc=wait3 --enable-workarounds-for-imap-client-bu
gs \
--prefix=/usr/local --with-db=gdbm --enable-utf7-folder-encoding \
--enable-unicode=iso-8859-1 --with-paranoid-smtpex --without-random \
--enable-hardtimeout=1200 --enable-softtimeout=600