Rob Tanner:
> I'm trying to build Postfix with LDAP support on Red Hat ES 5. As
> per the LDAP_README, I added:
>
> make tidy
> make makefiles CCARGS="-I/usr/include -DHAS_LDAP -I/usr/include/sasl
> -DUSE_LDAP_SASL" \
> AUXLIBS="-L/usr/lib -lldap -L/usr/lib -llber"
>
> to the build process
I'm trying to build Postfix with LDAP support on Red Hat ES 5. As per the
LDAP_README, I added:
make tidy
make makefiles CCARGS="-I/usr/include -DHAS_LDAP -I/usr/include/sasl
-DUSE_LDAP_SASL" \
AUXLIBS="-L/usr/lib -lldap -L/usr/lib -llber"
to the build process and then make and make instal