Closed skull-squadron closed 9 years ago
I realize this is a 7 month old issue, but Google brought me here, so I'll answer it.
This isn't a posix-spawn bug, this is normal behavior for JRuby. To install libraries with C extensions in JRuby, you'll need to set jruby to load w/ the property -Xcext.enabled=true
The easiest way to do this? export JRUBY_OPTS="-Xcext.enabled=true"
I'm getting this error and I'm not using JRuby, I've got ruby1.9.1 (on ubuntu)
:+1:
Closing as we don't have plans to support JRuby in posix-spawn.
Tried with gcc-4.2 and llvm.