Note that there are some explanatory texts on larger screens.

plurals
  1. PORuby 1.9.3, RVM, readline won't install/compile
    primarykey
    data
    text
    <p>I am running into the following error. I was using RVM with Ruby 1.9.2 and all worked perfect. I updated to ruby version 1.9.3 und now I am getting an load error when I try to use the irb.</p> <pre><code>/home/pabera/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- active_support (LoadError) </code></pre> <p>Actually I have all the readline packages installed (it worked fine with 1.9.2)</p> <p>Now I tried several thinks, using <b>rvm pkg readline</b>. Doing this, I get the following output.</p> <pre><code>$ rvm pkg install readline Fetching readline-5.2.tar.gz to /home/pabera/.rvm/archives Extracting readline-5.2.tar.gz to /home/pabera/.rvm/src Applying patch '/home/pabera/.rvm/patches/readline-5.2/shobj-conf.patch'... Prepare readline in /home/pabera/.rvm/src/readline-5.2. Error running 'autoreconf -is --force', please read /home/pabera/.rvm/log/readline/autoreconf.log Configuring readline in /home/pabera/.rvm/src/readline-5.2. Compiling readline in /home/pabera/.rvm/src/readline-5.2. Installing readline to /home/pabera/.rvm/usr Fetching readline-6.2.tar.gz to /home/pabera/.rvm/archives Extracting readline-6.2.tar.gz to /home/pabera/.rvm/src Applying patch '/home/pabera/.rvm/patches/readline-6.2/patch-shobj-conf.diff'... Prepare readline in /home/pabera/.rvm/src/readline-6.2. Error running 'autoreconf -is --force', please read /home/pabera/.rvm/log/readline/autoreconf.log Configuring readline in /home/pabera/.rvm/src/readline-6.2. Compiling readline in /home/pabera/.rvm/src/readline-6.2. Installing readline to /home/pabera/.rvm/usr </code></pre> <p>I get the error in the middle, and I don't know how to fix it</p> <pre><code>Error running 'autoreconf -is --force', please read /home/pabera/.rvm/log/readline/autoreconf.log </code></pre> <p>My Autoconf.log output. Might this autoconf problem cause my issues? And yes, how would I fix thos missing templates then?</p> <pre><code>$ cat /home/pabera/.rvm/log/readline/autoreconf.log [2012-03-19 10:07:03] autoreconf -is --force autoheader: warning: missing template: CTYPE_NON_ASCII autoheader: Use AC_DEFINE([CTYPE_NON_ASCII], [], [Description]) autoheader: warning: missing template: FIONREAD_IN_SYS_IOCTL autoheader: warning: missing template: HAVE_BSD_SIGNALS autoheader: warning: missing template: HAVE_GETPW_DECLS ... autoreconf: /usr/bin/autoheader failed with exit status: 1 </code></pre> <p>Do you have any suggestions?</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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