Bug #6848
closedbundle install fails
Description
After installing ruby using rvm, on an OSX 10.6, bundle install fails.
This is my ruby:
$ ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin10.8.0]
This is how I get the error:
$ rails new abc
gives a long output, at the end of which is
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
Fetching gem metadata from https://rubygems.org/.
Files
Updated by naruse (Yui NARUSE) almost 13 years ago
- Status changed from Open to Feedback
It seems because openssl bundled with Mac OS X.
Ruby can't work with Mac bundled OpenSSL
http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Feedback to Rejected
Another reference.
This looks a known issue of openssl binary bundled with Mac OS X.
--
Yusuke Endoh [email protected]