Search code examples
apachemesosmesosphere

Not able to start mesos-master


I have installed Mesos on Centos 6.8. Now when I start mesos-master using following command:

mesos-master --ip=10.150.240.10 --work_dir=/tmp/mesos/

I'm getting the below error:

mesos-master: error while loading shared libraries: libdb-5.3.so: cannot open shared object file: No such file or directory.

How can I solve this?


Solution

  • This looks like version for 7.1 try with version for 6.5 available here