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

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

Can't install Rbenv...

Hey Everyone,

I'm having some trouble installing rbenv on my Mac.

I've installed the latest version of Git, but this is the code I get when I paste git clone https://github.com/sstephenson/rbenv.git ~/.rbenv into my Command Prompt...

dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
  Referenced from: /usr/local/git/bin/git
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___strlcpy_chk
  Referenced from: /usr/local/git/bin/git
  Expected in: /usr/lib/libSystem.B.dylib

Trace/BPT trap: 5

Any suggestions?

Thanks!

2 Answers

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Evan Huddleson try installing the XCode command line tools. That may fix your problem.

Thanks Jason,

I had started the process over again about a week ago when I had this issue and it seemed to fix the problem.

Thanks for all of your help!