So I simply want to run mongod in my Ubuntu 14.04 machine and I cannot do it because the following messages appear:
mongod: /lib/x86_64-linux-gnu/libcrypto.so.10: version `libcrypto.so.10' not found (required by mongod)
mongod: /lib/x86_64-linux-gnu/libssl.so.10: version `libssl.so.10' not found (required by mongod)
I already followed a lot of online solutions on similar threads and I'm unable to do it. In the /lib/x86_64-linux-gnu folder I have symbolic links with name libssl.so.10 pointing to libssl.so.1.0.0 and libcrypt.so.10 pointing to libcrypto.so.1.0.0.
If you please could point me in the right direction I would be so grateful because I'm really stuck on this one.