Hello, libcurl-nss is provider openssl functions. In http://mesos.apache.org/gettingstarted/, you could see
``` # Install other Mesos dependencies. $ sudo apt-get -y install build-essential python-dev python-boto libcurl4-nss-dev libsasl2-dev maven libapr1-dev libsvn-dev ``` On Sat, Aug 15, 2015 at 2:08 AM, Maxim Khutornenko <[email protected]> wrote: > 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 > -- Best Regards, Haosdent Huang

