From: Yui NARUSE Date: 2011-10-31T15:06:18+09:00 Subject: [ruby-core:40551] [ruby-trunk - Bug #2097] fork NotImplementedError on FreeBSD Issue #2097 has been updated by Yui NARUSE. Borys Kuzikov wrote: > Hey, anybody! Hack this bug! Use 7.2 or later. ---------------------------------------- Bug #2097: fork NotImplementedError on FreeBSD http://redmine.ruby-lang.org/issues/2097 Author: Robert Gleeson Status: Third Party's Issue Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.1p129 (2009-05-12 revision 23412) [x86_64-freebsd7.1] =begin Hi, I'm not sure if a fix should be applied via patches to the FreeBSD port of ruby or in ruby itself, but on Ruby 1.9.1(patchlevel 129) you cannot fork a process. irb(main):002:0> Process.fork NotImplementedError: fork() function is unimplemented on this machine from (irb):2:in `fork' from (irb):2 from /opt/ruby19/bin/irb19:12:in `
' I love ruby, and I love FreeBSD. It'd be great if i can combine both. Thanks! =end -- http://redmine.ruby-lang.org