What do I need to install mysql gem on Mac OS X ? I\'m getting error \"failed to build native extensions\".
For me it did the most easy:
brew install mysql gem install mysql
Brew is a package manager for Mac OS, a must have. Using it to install mysql first brings everything that the gem command is missing.