Skip to content

Instantly share code, notes, and snippets.

@richiethomas
Created March 12, 2013 06:54
Show Gist options
  • Save richiethomas/5140853 to your computer and use it in GitHub Desktop.
Save richiethomas/5140853 to your computer and use it in GitHub Desktop.
error I received after running the first command from this site: https://rvm.io/rvm/install
Ricks-MacBook-Pro:~ rickthomas$ echo 'export PATH="/usr/local/bin:/usr/local/sbin:~/bin:$PATH"' >> ~/.bash_profile
Ricks-MacBook-Pro:~ rickthomas$ $ \curl -#L https://get.rvm.io | bash -s stable --ruby
-bash: $: command not found
Ricks-MacBook-Pro:~ rickthomas$ $ \curl -#L https://get.rvm.io | bash -s stable --ruby
-bash: $: command not found
Ricks-MacBook-Pro:~ rickthomas$ \curl -#L https://get.rvm.io | bash -s stable --ruby
######################################################################## 100.0%
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1616k 100 1616k 0 0 120k 0 0:00:13 0:00:13 --:--:-- 217k
Installing RVM to /Users/rickthomas/.rvm/
Adding rvm PATH line to /Users/rickthomas/.bashrc /Users/rickthomas/.zshrc.
Adding rvm loading line to /Users/rickthomas/.bash_profile /Users/rickthomas/.zprofile.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
Installation of RVM in /Users/rickthomas/.rvm/ is almost complete:
* To start using RVM you need to run `source /Users/rickthomas/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
# Rick Thomas,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
rvm 1.18.18 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.7/x86_64/ruby-2.0.0-p0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Fetching yaml-0.1.4.tar.gz to /Users/rickthomas/.rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 460k 100 460k 0 0 25031 0 0:00:18 0:00:18 --:--:-- 27159
Extracting yaml to /Users/rickthomas/.rvm/src/yaml-0.1.4
Configuring yaml in /Users/rickthomas/.rvm/src/yaml-0.1.4.
Error running './configure --prefix=/Users/rickthomas/.rvm/usr --disable-shared', please read /Users/rickthomas/.rvm/log/ruby-2.0.0-p0/yaml/configure.log
Compiling yaml in /Users/rickthomas/.rvm/src/yaml-0.1.4.
Error running 'make -j2', please read /Users/rickthomas/.rvm/log/ruby-2.0.0-p0/yaml/make.log
Fetching openssl-1.0.1c.tar.gz to /Users/rickthomas/.rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4352k 100 4352k 0 0 14236 0 0:05:13 0:05:13 --:--:-- 16435
Extracting openssl to /Users/rickthomas/.rvm/src/openssl-1.0.1c
Configuring openssl in /Users/rickthomas/.rvm/src/openssl-1.0.1c.
Compiling openssl in /Users/rickthomas/.rvm/src/openssl-1.0.1c.
Error running 'make', please read /Users/rickthomas/.rvm/log/ruby-2.0.0-p0/openssl/make.log
Updating openssl certificates
Error running 'update_openssl_certs', please read /Users/rickthomas/.rvm/log/ruby-2.0.0-p0/openssl.certs.log
Installing Ruby from source to: /Users/rickthomas/.rvm/rubies/ruby-2.0.0-p0, this may take a while depending on your cpu(s)...
ruby-2.0.0-p0 - #downloading ruby-2.0.0-p0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.3M 100 10.3M 0 0 17685 0 0:10:11 0:10:11 --:--:-- 20253
ruby-2.0.0-p0 - #extracting ruby-2.0.0-p0 to /Users/rickthomas/.rvm/src/ruby-2.0.0-p0
ruby-2.0.0-p0 - #extracted to /Users/rickthomas/.rvm/src/ruby-2.0.0-p0
ruby-2.0.0-p0 - #configuring
Error running './configure --disable-install-doc --prefix=/Users/rickthomas/.rvm/rubies/ruby-2.0.0-p0 --with-opt-dir=/Users/rickthomas/.rvm/usr:/Users/rickthomas/.rvm/usr --disable-shared', please read /Users/rickthomas/.rvm/log/ruby-2.0.0-p0/configure.log
There has been an error while running configure. Halting the installation.
Ricks-MacBook-Pro:~ rickthomas$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment