Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases Mongo Basics Getting Started With MongoDB Setting Up MongoDB

Errors installing MongoDB on MacOS High Sierra - Missing Library

I have installed Homebrew and i am trying to install MongoDB. I run MongoDB but i get the following error:

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

I have run brew update/upgrade and after looking through Google it seems it could be an issue with openssl.

Any direction would be appreciated. Thanks!

1 Answer

So, i can't find a away forward with this but theres a handful of options available if anyone is stuck. I could download Mongo and keep it somewhere on my machine, just like in the tutorials. I could use Mongos own cloud hosted MongoDB. I could also grab a Mongo Vagrant box or similar...there are plenty of options out there. At the moment, i've decided to go with the Mongo Cloud.