6

When i dump from mongodb through the mongodump command then it's returning me error.

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/bin/mongodump
Reason: image not found
Abort trap: 6

I tried to fixing many times through the uninstalling and reinstalling using these commands

brew update && brew upgrade
brew reinstall openssl

Openssl version

  -> ls -al /usr/local/Cellar/openssl*
drwxr-xr-x   3 mukesh  staff   96 Dec 23 21:40 .
drwxrwxr-x  24 mukesh  admin  768 Dec 23 21:40 ..
drwxr-xr-x  14 mukesh  staff  448 Dec 23 21:40 1.1.1i

macOs version ->macOs Big Sur -> 11.1

1 Answers1

0

I believe that the correct version of libssl for Big Sur is 1.1 or 1.1.1

This means that the issue lies with mongodb. Try updating that.

JDA3
  • 356
  • 3
  • 7