Hi there, I get "undefined symbol: sasl_client_new" when trying to use the Python egg that's generated when building dc0b7bf2a1a7981079b33a16b689892f9cda0d8d on CentOS 6.4 with libsasl2.so and related libs installed properly. Looking through the build I found that if I added -lsasl2 to setup.py.in I could get past this error, but then hit another. I ended up doing this[1] and my egg functions properly.
Cheers! Josh [1] https://gist.github.com/waxcorp/89eac69f90114d587200
