0
votes
1answer
65 views

Installing Ruby 2.0.0p0 on Mountain Lion: Error running 'make -j8'

I'm trying to install Ruby 2.0 via RVM (rvm install 2.0.0) on my Mac with Mountain Lion. Everything seems to go smoothly until the end where it states Error running 'make -j8'. I'm using XCode 4.6.2 ...
1
vote
0answers
64 views

RVM says it can't open openssl.cnf

I'm setting up my new MacBook (10.8.3) with rvm, and I consistently get this: WARNING: can't open config file: /Users/dan/.rvm/etc/openssl/openssl.cnf I looked in that directory, and do not see ...
1
vote
3answers
132 views

Borked OSX Ruby Installation

I'm not entirely sure when it happened, but attempting to run homebrew on my OSX Mountain Lion machine now yields a strange error: ...
0
votes
1answer
93 views

What tool runs during a “cd” and checks the .ruby_version file?

I've installed a bunch of tools related to ruby recently. Macports ruby19 (then uninstalled per advice here on SO), then installed RVM and ruby-1.9.3-p. And now, I notice that I get a message when ...
0
votes
2answers
43 views

Couldn't install RVM and Ruby on Mountain Lion

I tried all of the solution at StackOverflow and none of them worked for me. I tried with following command: rvm get head; rvm install 1.9.3 --debug and the output can be found here: ...
0
votes
1answer
90 views

“bad ecpoint” SSL error on fresh RVM Ruby 1.9.3 install on OSX Mountain Lion

Trying to use Ruby 1.9.3 & rest-client to make https requests like: RestClient.get('https://google.com') always gives me a SSL error, OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 ...
0
votes
1answer
426 views

Updating OpenSSL on OSx 10.8.3 Mountain Lion

Okay, so I have a fresh install and a clean slate... What is the proper way to update OpenSSL from scratch on OSx 10.8.3? Nothing is installed yet, but after I can get OpenSSL updated to v1+ I ...
3
votes
1answer
106 views

Best way to update all of RVM rubies and gems after system update?

I'm seeking a more streamlined and robust approach to keeping my rvm environment intact after an OS update. I'm using Mountain Lion, rvm 1.18.16 and homebrew, which has readline, gettext, libxml2, ...
-1
votes
1answer
606 views

Install Ruby 1.9.3 after Ruby 2.0.0 has been installed

I installed the gcc-4.2 and got Ruby 2.0.0 installed, but in the process I deleted some older versions of ruby. Specifically, Ruby 1.9.3, now I want to go back and install that version using rvm ...
0
votes
0answers
173 views

RVM Install Rubie 2.0

Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure --prefix=/usr/local/rvm/rubies/ruby-1.9.3-p392 --with-gcc=gcc ...
4
votes
5answers
3k views

Ruby 2.0.0 RVM fails compilation OS X 10.8.2 Mountain Lion

Trying to install it with RVM I get the following error: [2013-02-25 10:09:24] make CC = /usr/local/bin/gcc-4.2 LD = ld LDSHARED = /usr/local/bin/gcc-4.2 -dynamic -bundle CFLAGS = -O3 ...
0
votes
2answers
126 views

Ruby not compiling on mountain lion

hi i am trying to get ruby to compile on osx 10.8 mountain lion with rvm, though i keep getting the following error $ rvm reinstall 1.9.3 --with-readline-dir=$rvm_path/usr Removing ...
-1
votes
1answer
148 views

JRuby stops installing mid-process via RVM

I'm currently attempting to install JRuby via RVM on Mac OS X Mountain Lion. However, during the process of installation, the process seems to suddenly stop without an error. I wasn't sure whether or ...
0
votes
1answer
898 views

ruby rvm requirements

Running rvm requirements says I need to brew install all these # For ruby: brew install autoconf automake apple-gcc42 libtool pkg-config openssl readline libyaml sqlite libxml2 libxslt libksba ...
1
vote
1answer
143 views

rvm will not update ruby, cant install multiple gems with brew - OS X Mountain Lion

I am using the latest GCC installer (https://github.com/kennethreitz/osx-gcc-installer/downloads) (which I understand means I do not require Xcode command line tools), latest Homebrew, latest RVM My ...
1
vote
1answer
2k views

Can't install Ruby 1.9.3 on Mountain Lion with rvm; Homebrew can't find libksba library

I can't get rvm to install Ruby 1.9.3; it keeps on asking for the Homebrew library 'libksba' even though it is already downloaded and installed. When I run the 'brew list' command it shows clearly. ...
1
vote
2answers
3k views

Can't install Ruby on Mountain Lion with rvm

Have tried to install Ruby on Mountain Lion using rvm, but got this error message: ruby-1.9.3-p362 - #extracted to /usr/local/rvm/src/ruby-1.9.3-p362 ruby-1.9.3-p362 - #configuring Error running 'env ...
3
votes
0answers
1k views

Unable to install OpenSSL package with RVM on Mountain Lion

I'm setting up RVM, Rails, etc., on a clean install of Mountain Lion. I am following the guide "How to Install Xcode, Homebrew, Git, RVM, & Ruby 1.9.3 on Snow Leopard, Lion, and Mountain Lion". ...
40
votes
5answers
8k views

Error installing Rmagick on Mountain Lion

I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested solutions have allowed me to successfully install rmagick. Here is the error message ...
-1
votes
1answer
1k views

Mountain Lion rvm force reinstall error

Have tried to reinstall ruby using rvm and ran into this error: rvm reinstall all --force Removing /usr/local/rvm/src/ruby-1.9.3-p194... Removing /usr/local/rvm/rubies/ruby-1.9.3-p194... No binary ...
0
votes
1answer
78 views

rvm and octopress cannot generate gists and pictures under mac

Since I installed octopress I can not run rake generate for posts that include pictures, code or other media. I get all kind of errors. I'm using rvm's ruby 1.9.3p194 (2012-04-20 revision 35410) ...
9
votes
2answers
4k views

Problems installing Ruby on Mountain Lion - ruby 1.9.3 wont' compile

I have seen a number of posts on this before and have followed their instructions but nothing is working. I'll outline below what I have done, and the instructions I have follows - would be grateful ...
0
votes
1answer
550 views

Mountain Lion install rvm ree-1.8.7

I tried following this other answer, but I get the following problems: $ export CPPFLAGS=-I/opt/X11/include $ CC=/usr/local/bin/gcc-4.2 rvm reinstall ree-1.8.7 ...
1
vote
2answers
298 views

“/usr/bin/env ruby” defaults to Ruby 1.8 when RVM is clearly installed and in the environment

I'm having an issue where I've built a script to send notifications through Boxcar. The script has #!/usr/bin/env ruby set at the top, but when SABnzb triggers the post-processing script it errors ...
0
votes
0answers
42 views

Starting RVM and Rails on OSX

Rvm has stopped starting automatically when a new terminal window is opened and I have noticed too that when I type "which rails" inside my rails app directory I get /usr/bin/rails. Should it not be ...
2
votes
4answers
3k views

Can't install ruby 1.8.7 on Mac 10.8 via RVM

I can't install ruby ree or ruby 1.8.7 on my Mac 10.8.2. I did that: $ brew install libksba $ brew update $ brew install autoconf automake $ brew tap homebrew/dupes $ brew install autoconf automake ...
17
votes
3answers
6k views

Getting Ruby 1.8.7 installed on Mountain Lion (10.8)

I'm having a lot of trouble getting Ruby 1.8.7 installed on my clean install of Mountain Lion. I've looked around on Stack Overflow and don't see anything that specifically addresses this issue and ...
14
votes
2answers
3k views

rvm can no longer install 1.8.7-p352 on Mac OS X Mountain Lion

I upgraded rvm to 1.15.8, then went back down to 1.15.7 after having some problems in zsh. After downgrading, my Ruby 1.9+ versions went back in fine, but 1.8.7 won't install again. There are two ...
4
votes
1answer
890 views

Cannot install Ruby 1.9.3 on Mountain Lion w/ RVM: Error running make

I'm trying to install Ruby so I can do the "Learn Ruby the Hard Way" course, and I've just been having tons of trouble installing the newest version of Ruby Here's the relevant part of my log: ...
0
votes
1answer
308 views

Should I Update to Mountain Lion? [closed]

I am currently running OSX Lion on my mac and I do a lot of rails development. I am wondering if upgrading my system to OSX Mountain Lion is going to really mess up my rails/ruby work. I run ruby off ...
0
votes
1answer
339 views

Mountain Lion error when installing ruby, libbz2.1.0.dylib wrong architecture

I updated my mac to mountain lion. Now when i try to install ruby rvm install 1.9.3 i am getting this error linking shared-object tcltklib.bundle ld: in /usr/local/lib/libbz2.1.0.dylib, file was ...
52
votes
5answers
14k views

Mountain Lion rvm install 1.8.7 x11 error

After update to Mountain Lion, I tried install 1.8.7, and I got error. X11 file not found, I installed Xquarkz, but nothing changed. Whats wrong? Fail to find [tclConfig.sh, tkConfig.sh] Use MacOS X ...
9
votes
3answers
6k views

Install ree-1.8.7 with RVM on Mountain Lion

I had a fresh install of Mountain Lion and installed the Xcode Command Line Tools, . I was able to get homebrew running and installed RVM. Unfortunately, I can't get RVM to install ree-1.8.7-head. ...