On Dec 7, 2:33 am, timr <[email protected]> wrote: > Could anyone help me get hpricot working on mac os 10.6.2 (ruby > version 1.9.2)? > > Example install is provided. The hpricot_scan bundle is apparently not > the correct architecture. I don't know what to do about that since I > tried providing the architecture during the gem install.
is the architecture you specified the right architecture (ie is your ruby x86_64 ) ? Fred > Thanks in advance, > Tim > > Tim:~/Desktop/RubyClub> sudo env ARCHFLAGS="-arch i386" gem install > why-hpricot --sourcehttp://gems.github.com > Building native extensions. This could take a while... > Successfully installed why-hpricot-0.7.229 > 1 gem installed > Installing ri documentation for why-hpricot-0.7.229... > Installing RDoc documentation for why-hpricot-0.7.229... > Tim:~/Desktop/RubyClub> gem which hpricot > (checking gem why-hpricot-0.7.229 for hpricot) > /usr/local/lib/ruby19/gems/1.9.1/gems/why-hpricot-0.7.229/lib/ > hpricot.rb > Tim:~/Desktop/RubyClub> ruby -e 'require "hpricot"' > /usr/local/lib/ruby19/gems/1.9.1/gems/why-hpricot-0.7.229/lib/ > hpricot.rb:20:in `require': dlopen(/usr/local/lib/ruby19/gems/1.9.1/ > gems/why-hpricot-0.7.229/lib/hpricot_scan.bundle, 9): no suitable > image found. Did find: (LoadError) > /usr/local/lib/ruby19/gems/1.9.1/gems/why-hpricot-0.7.229/lib/ > hpricot_scan.bundle: mach-o, but wrong architecture - /usr/local/lib/ > ruby19/gems/1.9.1/gems/why-hpricot-0.7.229/lib/hpricot_scan.bundle > from /usr/local/lib/ruby19/gems/1.9.1/gems/why-hpricot-0.7.229/lib/ > hpricot.rb:20:in `<top (required)>' > from -e:1:in `require' > from -e:1:in `<main>' -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

