相关疑难解决方法(0)

在Windows 7 x86上为事件计算机安装Ruby的OpenSSL

在Windows 7 x86上为事件计算机安装带有Ruby的OpenSSL。
我想在Windows 7 x86 SP1上安装eventmachine gem。
我已经rubyinstaller-2.1.5.exehttp://rubyinstaller.org/downloads/
进行了安装DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe

我运行命令:

gem install eventmachine --platform=ruby
Run Code Online (Sandbox Code Playgroud)

至于现在这是使用eventmachine-1.0.4

我得到以下控制台输出:

    Temporarily enhancing PATH to include DevKit...
    Building native extensions.  This could take a while...
    ERROR:  Error installing eventmachine:
            ERROR: Failed to build gem native extension.

        C:/Ruby21/bin/ruby.exe extconf.rb
    checking for main() in -lssl... no
    checking for rb_trap_immediate in ruby.h,rubysig.h... no
    checking for rb_thread_blocking_region()... yes
    checking for ruby/thread.h... yes
    checking for rb_thread_call_without_gvl() in ruby/thread.h... yes
    checking for inotify_init() …
Run Code Online (Sandbox Code Playgroud)

ruby openssl windows-7 eventmachine ruby-development-kit

5
推荐指数
1
解决办法
2747
查看次数