Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created March 23, 2011 20:54
Show Gist options
  • Save cmhobbs/883945 to your computer and use it in GitHub Desktop.
Save cmhobbs/883945 to your computer and use it in GitHub Desktop.
Installing RVM to /usr/local/rvm/mv: cannot stat `config/user': No such file or directory
touch: cannot touch `user/db': No such file or directory
touch: cannot touch `user/rvmrcs': No such file or directory
@adamzaninovich
Copy link

I'm having this same problem. Have you found any information on a fix?

@retr0h
Copy link

retr0h commented Mar 23, 2011

I have the same problem. I am on a CentOS 5.4 system.

@adamzaninovich
Copy link

I'm on a clean Ubuntu 10.04. Was working fine until 2-3 hours ago.

@adamzaninovich
Copy link

It would seem that this commit: rvm/rvm@3d52632 has broken the installer.

@ctdean
Copy link

ctdean commented Mar 23, 2011

Also, I got it to work by

  • Try install (watch it fail)
  • cd .rvm/src/rvm
  • git checkout -b 1.3.0
  • ./scripts/install

@adamzaninovich
Copy link

injekt, is that the system wide install or the single user?

@leejarvis
Copy link

@adamzaninovich That one is the single user, taken straight from http://rvm.beginrescueend.com/releases/rvm-install-head with line 18 altered

@retr0h
Copy link

retr0h commented Mar 24, 2011

I am having trouble with system wide not single user.

@leejarvis
Copy link

You need to clone to rvm git repo and roll back a version, I rolled back to 1.2.9 and everything worked fine. Running the automated script wont work as expected. Wayne will probably have this fixed when he's around though

@cmhobbs
Copy link
Author

cmhobbs commented Mar 24, 2011

I'll try rolling back. I assumed it was a library issue as I got a few complaints about openssl and bison.

@cmhobbs
Copy link
Author

cmhobbs commented Mar 24, 2011

@ctdean your comment appears to have resolved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment