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;...