You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Josh Adams <jo...@gmail.com> on 2014/08/26 00:35:08 UTC

0.19.1-rc1 Python module seems to be missing libs

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