Re: Trying to build Postfix 2.10.1 with LDAP support

2013-08-21 Thread Wietse Venema
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

Trying to build Postfix 2.10.1 with LDAP support

2013-08-21 Thread 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 and then make and make instal