D
D
dhat2016-08-10 22:36:47
MongoDB
dhat, 2016-08-10 22:36:47

How to fix error when starting MongoDB in Vagrant?

Trying to install Monga in Vagrant ubuntu/trusty64. Throws an error on startup

mongod: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

How to fix the problem with this library? And how is it correct to use Mongu in Vagrant?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2016-08-11
@r_zaycev

First link on google

sudo apt-get install libssl1.0.0 libssl-dev
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10
sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question