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
Ben Goldman
14,626 Pointsmysql2 error (ActiveRecord Basics - Modeling)
When I try to run <bundle install> I get the following error: an error occurred while installing mysql2 (0.3.11) and bundler cannot continue. This seems like a well documented error, but I still can't find a solution. The suggestion of using 'Homebrew' doesn't work for me since I am not using a mac. The other suggestion of running the command <sudo apt-get install mysql-client libmysqlclient-dev> returns "sudo" as an unrecognized command.