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 trialEvan Huddleson
12,623 PointsCan'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
Treehouse Guest TeacherHey Evan Huddleson try installing the XCode command line tools. That may fix your problem.
Evan Huddleson
12,623 PointsThanks 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!