Hi, I have upgraded my mesos env from 0.28.1 to 0.28.2. On 0.28.1 everything worked just fine. Now agents are unable to start docker images, mesos throws:
mesos-docker-executor: error while loading shared libraries: libmesos-0.28.2.so: cannot open shared object file: No such file or directory Just like for Mesos 0.28.1 where it works, libmesos-0.28.2 is in /usr/local/lib There is also symlink libmesos.so -> libmesos-0.28.2. /etc/ld.so.conf.d/libc.conf contains /usr/local/lib entry. I have also tried exporting LD_LIBRARY_PATH in startup scripts, no luck. Thanks, Kamil

