Installing Heroku on Lucid Lynx reveals missing dependencies
Posted
by
Sir Emeth
on Super User
See other posts from Super User
or by Sir Emeth
Published on 2010-07-19T15:38:34Z
Indexed on
2011/11/25
17:54 UTC
Read the original article
Hit count: 334
I am trying to get a Ruby on Rails app hosted free somewhere, and Heroku is looking like my last resource. It is supposed to work on Linux, and the gem installs with no errors, but whenever I run any Heroku command it spits out several errors, all connected, and talking about a failed require
. I looked it up in the code, and it says:
require 'readline'
That is it.
I have tried to install every variation of libreadline
that I can find and think of, but none of it makes any difference.
© Super User or respective owner