Hi, There seems to be a new runtime dependency in 0.23 MesosExecutorDriver that we did not have before. Importing MesosExecutorDriver from mesos.native against a python egg built with all default flags fails with the following error:
ImportError: libcurl-nss.so.4: cannot open shared object file: No such file or directory Installing libcurl4-nss-dev on Ubuntu fixes the problem but we could not find any notes in the release that would highlight this new runtime requirement. Were there any announcements we missed? Are there any make flags we could use to suppress this dependency when building an egg? Thanks, Maxim

