Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I had the same issue but I'm on 11.04 and from reading the link you gave <a href="https://github.com/wayneeseguin/rvm/issues/553" rel="nofollow">https://github.com/wayneeseguin/rvm/issues/553</a> and from the info in peplins comment there I removed the autoreconf call that was added here<br> <a href="https://github.com/wayneeseguin/rvm/commit/94c301d" rel="nofollow">https://github.com/wayneeseguin/rvm/commit/94c301d</a> and now readline compiles without any errors. I added back in the autoreconf call after I had compiled readline before installing ruby again. </p> <p>So this is how I got it work:</p> <p>edit ~/.rvm/scripts/functions/pkg and delete the following:</p> <pre><code>if [[ "${rvm_skip_autoreconf_flag:-0}" == 0 ]] &amp;&amp; which autoreconf &gt;/dev/null 2&gt;&amp;1 &amp;&amp; which libtoolize &gt;/dev/null 2&gt;&amp;1 &amp;&amp; [[ -f configure.ac || -f configure.in ]] then __rvm_run "$package/autoreconf" \ "autoreconf -is --force" \ "Prepare $package in $rvm_src_path/$package-$version." fi </code></pre> <p>Compile readline and remove ruby (I used the ree_dependencies command but I'm not sure this is necessary):</p> <pre><code>rvm pkg install ree_dependencies rvm remove 1.9.2 </code></pre> <p>undo your deletion to ~/.rvm/scripts/functions/pkg<br> I then installed 1.9.2 with this command (again it's from the ree install which I'm not sure is necessary but this is what I used)</p> <pre><code>rvm install 1.9.2 --with-readline-dir=$rvm_usr_path --with-iconv-dir=$rvm_usr_path --with-zlib-dir=$rvm_usr_path --with-openssl-dir=$rvm_usr_path </code></pre> <p>and now all appears to work as it should, hope that helps someone.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload