Skip to content

Instantly share code, notes, and snippets.

@Juice10
Created September 3, 2009 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juice10/180335 to your computer and use it in GitHub Desktop.
Save Juice10/180335 to your computer and use it in GitHub Desktop.
$ irb
>> require 'rubygems'
=> false
>> require 'pg'
LoadError: dlopen(/usr/local/lib/ruby/gems/1.8/gems/pg-0.8.0/lib/pg.bundle, 9): no suitable image found. Did find:
/usr/local/lib/ruby/gems/1.8/gems/pg-0.8.0/lib/pg.bundle: mach-o, but wrong architecture - /usr/local/lib/ruby/gems/1.8/gems/pg-0.8.0/lib/pg.bundle
from /usr/local/lib/ruby/gems/1.8/gems/pg-0.8.0/lib/pg.bundle
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from (irb):2
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment