Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created August 31, 2010 03:45
Show Gist options
  • Save brandoncordell/558513 to your computer and use it in GitHub Desktop.
Save brandoncordell/558513 to your computer and use it in GitHub Desktop.
MacBook-Pro:weblog brandon$ bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0)
Using builder (2.1.2)
Using i18n (0.4.1)
Using activemodel (3.0.0)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.12)
Using rack-test (0.5.4)
Using tzinfo (0.3.23)
Using actionpack (3.0.0)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.8)
Using mail (2.2.5)
Using actionmailer (3.0.0)
Using arel (1.0.1)
Using activerecord (3.0.0)
Using activeresource (3.0.0)
Using bundler (1.0.0)
Installing mysql2 (0.2.3) with native extensions /Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/installer.rb:483:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
/Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... yes
checking for mysql.h... no
checking for mysql/mysql.h... no
-----
mysql.h is missing. please check your installation of mysql and try again.
-----
Gem files will remain installed in /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/mysql2-0.2.3 for inspection.
Results logged to /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/mysql2-0.2.3/ext/mysql2/gem_make.out
from /Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/installer.rb:486:in `block in build_extensions'
from /Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/installer.rb:446:in `each'
from /Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/installer.rb:446:in `build_extensions'
from /Users/brandon/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/installer.rb:198:in `install'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/source.rb:100:in `install'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/installer.rb:55:in `block in run'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/spec_set.rb:12:in `block in each'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/spec_set.rb:12:in `each'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/spec_set.rb:12:in `each'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/installer.rb:44:in `run'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/installer.rb:8:in `install'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/cli.rb:217:in `install'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/vendor/thor/task.rb:22:in `run'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/lib/bundler/vendor/thor/base.rb:389:in `start'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/gems/bundler-1.0.0/bin/bundle:13:in `<top (required)>'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/bin/bundle:19:in `load'
from /Users/brandon/.rvm/gems/ruby-1.9.2-rc2/bin/bundle:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment