Tag: ruby development kit

在Windows 7 x86上使用Ruby安装OpenSSL for eventmachine

在Windows 7 x86上使用Ruby安装OpenSSL for eventmachine。 我想在Windows 7 x86 SP1上安装eventmachine gem。 我从http://rubyinstaller.org/downloads/安装了rubyinstaller-2.1.5.exe 我还安装了DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe 。 我运行命令: gem install eventmachine –platform=ruby 至于现在这是使用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 […]