OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: A few postfix issues - LDAP / anvil and sasl?

From: Evan Platt (evanespphotography.com)
Date: Tue Jun 30 2009 - 16:04:07 CDT


At 12:02 PM 6/30/2009, you wrote:

>You are using header files from SASL 2.1.22 or later, which
>define SASL_PATH_TYPE_CONFIG, but libraries from a version
>of SASL that does not have "sasl_set_path()".

That's way above my head - is there an easy way to fix that?

>Change the order of "-L/sw/lib" to put it ahead of "-lsasl2".

Am I misunderstanding? It is already? (I'm assuming you mean
/usr/lib? I don't have a /sw/lib, there's the /usr/lib/ but that is
before -lsasl2?

make -f Makefile.init makefiles CCARGS='-DUSE_SASL_AUTH
-I/sw/include/sasl -DUSE_TLS -I/usr/include/openssl -DUSE_CYRUS_SASL
-I/usr/local/lib/sasl2 -DHAS_SSL -I/usr/local/ssl/include/openssl'
AUXLIBS='-L/usr/lib -lldap -L/usr/lib -llber -L/usr/lib -lsasl2 -lssl'