Reputation: 1361
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?
Upvotes: 1
Views: 511