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, current > version 1197.1.1) > /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current > version 1.0.0)
This library is built wrong, is there any reason not to use the SASL libraries that come with the system? If you must use a custom library, You need to build a library that does not record "/libsasl2.dylib" as its SONAME (non-darwin terminology). -- Viktor.