On Mon, 26 Apr 2004 09:05:02 +0200 Carsten B?ker <[EMAIL PROTECTED]> wrote:
> SECUREBIND=-DSECUREBIND_ALL If enable this option on my RHEL AS 3.0, all qmail bin files cause a Segment error. > > # Perhaps you have different ldap libraries, change them here > LDAPLIBS=-L/usr/local/lib -lldap -llber Do you install openldap with prefix=/usr/local. On RHEL AS 3.0, I use rpm version of openldap, so I changed it to LDAPLIBS=-L/usr/lib -lldap -llber > # and change the location of the include files here > LDAPINCLUDES=-I/usr/local/include Also change this to: LDAPINCLUDES=-I/usr/include -- Austin.Just <[EMAIL PROTECTED]> http://yodoo.com
