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

Development Tools Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Mac

Dana Leventhal
PLUS
Dana Leventhal
Courses Plus Student 13,120 Points

Library Not Loaded

Hi Guys, Hoping someone can help me out, just spend a few hours searching and go nowhere.. I am loading up rails, i got ruby and rbenv installed. When I went to do gem install bundler i get the following message:

āžœ ~ gem install bundler
ERROR: Loading command: install (LoadError) dlopen(/Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/openssl.bundle, 9): Library not loaded: @@HOMEBREW_PREFIX@@/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/openssl.bundle Reason: image not found - /Users/danaleventhal/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/x86_64-darwin13.4.0/openssl.bundle ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass

can someone please help? Thank you! DL