Re: _sasl_set_path not found error

2014-07-15 Thread Michael Carter
Thanks, Quanah. On Jul 15, 2014, at 5:58 PM, Quanah Gibson-Mount wrote: > --On Wednesday, July 16, 2014 1:25 AM + Viktor Dukhovni > wrote: > >> On Tue, Jul 15, 2014 at 12:15:19PM -0700, Michael Carter wrote: >> >>> reddwarf:~ mikec$ otool -L /usr/local/lib/libsasl2.dylib >>> /usr/local/l

Re: _sasl_set_path not found error

2014-07-15 Thread Quanah Gibson-Mount
--On Wednesday, July 16, 2014 1:25 AM + Viktor Dukhovni wrote: On Tue, Jul 15, 2014 at 12:15:19PM -0700, Michael Carter wrote: reddwarf:~ mikec$ otool -L /usr/local/lib/libsasl2.dylib /usr/local/lib/libsasl2.dylib: /libsasl2.dylib (compatibility version 3.0.0, current version 3.0

Re: _sasl_set_path not found error

2014-07-15 Thread Viktor Dukhovni
On Tue, Jul 15, 2014 at 12:15:19PM -0700, Michael Carter wrote: > reddwarf:~ mikec$ otool -L /usr/local/lib/libsasl2.dylib > /usr/local/lib/libsasl2.dylib: > /libsasl2.dylib (compatibility version 3.0.0, current version 3.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,

Re: _sasl_set_path not found error

2014-07-15 Thread Michael Carter
Thanks for your insight, Viktor. There was a mismatch of sasl libraries. After re-installing the latest SASL2 libs, the build completed successfully. However, now postdrop and postqueue are giving this error: reddwarf:~ mikec$ postdrop dyld: Library not loaded: /libsasl2.dylib Referenced from:

Re: _sasl_set_path not found error

2014-07-14 Thread Viktor Dukhovni
On Mon, Jul 14, 2014 at 10:25:31PM -0700, Michael Carter wrote: > 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

_sasl_set_path not found error

2014-07-14 Thread Michael Carter
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 x