Skip to content

Instantly share code, notes, and snippets.

@jnwheeler44
Created September 11, 2012 19:13
Show Gist options
  • Save jnwheeler44/3701110 to your computer and use it in GitHub Desktop.
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
> 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