Error trying to install RVM: Ruby Version Manager on Debian 9 "Stretch"

0

RVM installation error Running error './configure

Hi, I've been trying to install RVM, everything to be able to install Ruby with RVM, and be able to handle the versions better. But I have fallen into a problem, I comment on the following:

  • To install Ruby I had used the Debian repositories apt install ruby full , however they did not work for me since I'm working with Jekyll, I'm working on a project and it was on Windows (and everything works fine), but I wanted to give a return to Linux and I thought it would be easy and it was not, my dear! It turns out that Jekyll has problems with some versions of Ruby and therefore wanted to install RVM.

  • I searched the RVM page for the section Installing RVM , I followed the steps that indicate how to: generate the public key to download gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB I got this: EYE! in total number 2 processed because I tried with another key but I did not solve the error.

  • Well, continuing, I gave him to install RVM WITHOUT Ruby. \curl -sSL https://get.rvm.io | bash -s stable and I got this:

  • Then I installed RVM with Ruby. \curl -sSL https://get.rvm.io | bash -s stable --ruby and the error comes.

  • The error shows it when you are configuring: Error running './configure --prefix=/usr/local/rvm/rubies/ruby-2.5.1 --disable-install-doc --enable-shared', please read /usr/local/rvm/log/1533881844_ruby-2.5.1/configure.log There has been an error while running configure. Halting the installation. I have no idea why you do it, I completely desisntalé with apt --purge ruby to Ruby, and I tried to install RVM and it always tells me the same, I do not know what is it due Help!

What should I do?

Should I install something else ?, I searched through several blogs and I had no solution. Should I configure something in configure.log?

    
asked by Ernesto Marroquín 10.08.2018 в 08:59
source

0 answers