Installing libCurl - ruby 1.9.3 .. rails 3.2.12 .. Windows -


so, i'm trying feedzirra , running... ruby 1.9.3p448 rails 3.2.12

  • i went http://curl.haxx.se/download.html#win32 , downloaded win32 2000/xp 7.32.0 libcurl ssl. may obvious, libcurl -v 7.32.

  • i unzipped aforementioned file c:\libcurl ( bin, lib, , whatnot directly in libcurl ).

  • i added c:\libcurl\bin path.

  • while in app's working directory, told bundler find curl dependencies bundle config build.curb --with-curl-lib=c:\libcurl\bin --with-curl-include=c:\libcurl\include.

  • i set version of nokogiri gem 'nokogiri', '~> 1.5.3' in gemfile, doesn't current -v 1.6.0. installs nokogiri -v 1.5.10.

  • i set version of feedzirra gem 'feedzirra', github: 'pauldix/feedzirra', ref: '80cd357' in gemfile.

  • this installs dependencies:

    using curb (0.8.4) - trying gem 'curb', '0.8.1' , gem 'curb', '~> 0.7.15' doesn't resolve issue, heads up

    using loofah (1.2.1)

    using sax-machine (0.2.0.rc1)

    using feedzirra (0.2.0.rc2) git://github.com/pauldix/feedzirra.git (at 80cd357) - obviously

bundle success! problem isn't bundle, though. can stuff install. when trying rails s or rails c, following: ( curb_core.so exist, though )

app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require': 126: specified module not found.   - c:/dropbox/apps/rails_projects/ecorebox/.bundle/ruby/1.9.1/gems/curb-0.8.4/lib/curb_core.so (loaderror) app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `block in require' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require' app_folder/.bundle/ruby/1.9.1/gems/curb-0.8.4/lib/curl.rb:1:in `<top (required)>' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `block in require' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require' app_folder/.bundle/ruby/1.9.1/gems/curb-0.8.4/lib/curb.rb:1:in `<top (required)>' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `block in require' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency' app_folder/.bundle/ruby/1.9.1/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require' app_folder/.bundle/ruby/1.9.1/bundler/gems/feedzirra-021a8d7f53d7/lib/feedzirra.rb:2:in `<top (required)>' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `require' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:72:in `block (2 levels) in require' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `each' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:70:in `block in require' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `each' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/runtime.rb:59:in `require' c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/bundler-1.3.5/lib/bundler.rb:132:in `require' app_folder/config/application.rb:14:in `<top (required)>' app_folder/.bundle/ruby/1.9.1/gems/railties-3.2.12/lib/rails/commands.rb:39:in `require' app_folder/.bundle/ruby/1.9.1/gems/railties-3.2.12/lib/rails/commands.rb:39:in `<top (required)>' script/rails:6:in `require' script/rails:6:in `<main>' 

ummmm. i rebooted. ending here... question answer. plus reboot. didn't know had reboot stuff? i'm not gonna fight it! woot!!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -