I ran into a little snag setting up my heroku on my Ubuntu Linux 10 box when I ran
heroku create --stack cedar
What I got in return was
no such file to load -- readline (LoadError).
To resolve this I
apt-get install libncurses5-dev
cd to ruby source; ie ~/.rvm/src/ruby-1.9.2-p136
cd ext readline
ruby extconf.rb
make
make install
voila!
Posted
07-13-2011 5:54 AM
by
Michael Nichols