From: Luis Lavena Date: 2010-01-19T01:25:08+09:00 Subject: Re: Can't install gems (Windows) On Jan 18, 11:08 am, Alpha Blue wrote: > 1.  Downloaded Installer from (http://rubyforge.org/frs/?group_id=167) > -- rubyinstaller-1.9.1-p243-rc1.exe > 2.  Right-click (run as administrator) and execute. > 3.  Install Directory is Ruby19 and options for add/associate are > checked. > > [...] > > C:\Users\Joel>irb > irb(main):001:0> require "mongrel" > C:/Ruby19/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mingw32/lib/http11.so: > [BUG > ] Segmentation fault > ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] > > > Mongrel is not fine.  Going to perform an uninstall of mongrel and try > dependencies.. > Mongrel 1.1.5 has not been prepared for 1.9.1. Even more, the binary version do not support both 1.8 and 1.9 I'm working on a release of 1.1.6 that support these versions. As for the issue related to the installation process, seems you resolved the permission issue that was associated with the directory. Next version of RubyInstaller (rc2) will not require admin privileges even if you are a member of Administrator group with UAC high. Regards, -- Luis Lavena