我正在尝试使用ruby 1.8进行文件上传,似乎没有很好的即用型解决方案。他们似乎都需要某个项目的某些第三方补丁或分支才能工作。我将使用机械化,但实际上我需要与xml api进行接口(interface),并且机械化似乎专门用于直接处理网页。我已经尝试过RestClient,但是它没有开箱即用的多部分表单功能,您必须使用项目的分支才能使其正常工作。 Net:HTTP似乎也存在类似情况
我认为路边走是要走的路,因为我可能想将multicurl用于我计划做的其他事情。但是,在Windows机器上,我似乎无法安装路缘石。 gem install curb出现错误,提示我需要指定curl库所在的位置。.我尝试将选项传递给extconf,但到目前为止还算不上运气。
这是没有任何选项的gem install curb的输出
C:\ruby\lib\ruby\gems\1.8\gems\curb-0.5.4.0>gem install curb
Building native extensions. This could take a while...
ERROR: Error installing curb:
ERROR: Failed to build gem native extension.
C:/ruby/bin/ruby.exe extconf.rb
checking for curl-config... no
checking for main() in curl.lib... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--srcdir=.
--curdir
--ruby=C:/ruby/bin/ruby
--with-curl-dir
--without-curl-dir
--with-curl-include
--without-curl-include=${curl-dir}/include
--with-curl-lib
--without-curl-lib=${curl-dir}/lib
--with-curllib
--without-curllib
extconf.rb:12: Can't find libcurl or curl/curl.h (RuntimeError)
Try passing --with-curl-dir or --with-curl-lib and --with-curl-include
options to extconf.
Gem files will remain installed in C:/ruby/lib/ruby/gems/1.8/gems/curb-0.5.4.0 for inspection.
Results logged to C:/ruby/lib/ruby/gems/1.8/gems/curb-0.5.4.0/ext/gem_make.out
有什么想法可以使它起作用吗?
最佳答案
马特
我以前在Windows中安装路缘石时遇到了麻烦。在尝试看看其他人如何解决此问题时,我遇到了很多问题,而没有很多解决方案。今晚必须再次执行此操作,我决定记录我的步骤并发布结果:
http://beginrescue.blogspot.com/2010/07/installing-curb-with-ruby-191-in.html
抱歉,该博客垃圾邮件对某些人有用。
皮特