Tag Archives: centos

Install Imagemagick on Centos 5.5

Another quick post with some tips on installing the ImageMagick library on CENTOS 5.

Continue Reading

Install GIT on CENTOS 5

Quick post with some notes on how to install GIT on CENTOS 5 easily.

Continue Reading

compiling readline into an existing Ruby installation

Yesterday I ran into a problem on a existing Ruby installation on a Centos server. When I tried to access script/console, I got the following error: require’: no such file to load — readline (LoadError) Doh! Turns out, the solution is to simply compile readline again. So you need to download Ruby again: wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.gz [...]

Continue Reading