Created
September 3, 2009 14:38
-
-
Save Juice10/180335 to your computer and use it in GitHub Desktop.
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
$ 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