Hello all, I've been trying to build SASL into postfix for a couple days, and I've been seeing this error:
Undefined symbols for architecture x86_64:
"_sasl_set_path", referenced from:
_xsasl_cyrus_server_init in libxsasl.a(xsasl_cyrus_server.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [smtpd] Error 1
make: *** [update] Error 1
Does anyone know where this is defined?
I'm linking libsasl2.2.dylib on my system. Is there another library I need to
reference for this?
make -f Makefile.init makefiles 'CCARGS=-DUSE_TLS -DUSE_CYRUS_SASL
-DUSE_SASL_AUTH -D__APPLE_OS_X_SERVER_ -DHAS_LDAP -I/usr/local/include
-I/usr/local/mysql/include -I/opt/local/include/sasl
-F/System/Library/Frameworks -F/System/Library/PrivateFrameworks -Wno-comment'
'AUXLIBS=-L/usr/local/mysql/lib -L/usr/local/lib -lmysqlclient -lldap -lssl
-L/usr/lib -lsasl2.2 -lgssapi_krb5
Thanks.
#mikec
signature.asc
Description: Message signed with OpenPGP using GPGMail
