Created
September 11, 2012 19:13
-
-
Save jnwheeler44/3701110 to your computer and use it in GitHub Desktop.
Mysql Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. using Bundler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> bundle install | |
... | |
Installing mysql (x.x.x) with native extensions | |
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
> bundle config build.mysql --with-mysql-config=/usr/local/mysql/bin/mysql_config | |
# Straight from bundler docs. (http://gembundler.com/man/bundle-config.1.html) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment