Docker on Marathon 0.9.0 on Mesos 0.23.0

2015-08-04 Thread John Omernik
I am finding that Docker Containers won't start for me in the versions above, the only information I am getting from the sandbox is below, I am not sure what the issue is in that the file is in the same location where the previous version files were... Any help is appreciated. John

Re: Docker on Marathon 0.9.0 on Mesos 0.23.0

2015-08-04 Thread Tim Chen
It seems like the binary (mesos-docker-executor) that was built is looking for libmesos-0.23.0 at a place where it doesn't exist. How are you running Mesos? Are you running from the source/build/src folder or after make install? Usually this happens when you don't make install before you run.