Hi, >From: "Jatinder Singh" <jatinder.saundh / gmail.com> >Reply-To: ruby-talk / ruby-lang.org >To: ruby-talk / ruby-lang.org (ruby-talk ML) >Subject: Re: Instructions for downloading and installing win32-open3 module >Date: Mon, 12 Jun 2006 21:45:52 +0900 > >Hi, > >I was able to get around with the installation by renaming the so file to >open3.so and putting it in the mentioned folder, but now on executing the >ruby program I get following error, > > > >check.rb:3: [BUG] Segmentation fault >ruby 1.8.4 (2005-12-24) [i386-mswin32] > > >This application has requested the Runtime to terminate it in an unusual >way. >Please contact the application's support team for more information. >Following are the contents of ruby program, > >require "win32/open3" > >input, out, err, @pid = Open4.popen4('dir') > > > >Help Appreciated! > >Thanks > >Jatinder > Same as win32-serivce.so, you can download "open3.so" at http://home.nownuri.net/~phasis/open3.so and copy to ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\win32 directory Soon or later, the segfaulting binary files will be replaced with correct version. Regards, Park Heesob