I'm trying to use feedzirra with Rails 3 on Windows 7, but you had real problems installing Curl and Curb, I found this question to install Ruby Curb gem on Windows XP , which allowed me to install gem successfully, but now when I try to run my rails server, I get the following error
C:/Ruby193/lib/ruby/gems/1.9.1/gems/curb-0.8.1/lib/curb.rb:1:in `require': 193: %1 is not a valid Win32 application. - C:/Ruby193/lib/ruby/gems/1.9.1/gems/curb-0.8.1/lib/curb_core.so (LoadError) from C:/Ruby193/lib/ruby/gems/1.9.1/gems/curb-0.8.1/lib/curb.rb:1:in `<top (required)>' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/feedzirra-0.0.24/lib/feedzirra.rb:4:in `require' ...
curb_core.so exists, but windows donβt know how to open it, and they say that it is not a valid Win32 application. Any ideas how I can make this work? Or does anyone know of other good RSS readers for rails that don't use Curb?
thanks
source share