Hennings blog
In: Tech
27 Apr 2011I just installed ruby and rmagick on an ubuntu 10.4 server. Got some errors during the installation and thought i should summarize the procedure here: Install ruby sudo apt-get install ruby1.9.1 rubygems1.9.1 Install imagemagick sudo apt-get install imagemagick Tried to install rmagick sudo gem install rmagick Got this error: ERROR: Error installing rmagick: ERROR: Failed [...]
Here you will find some of my thoughts and experiments from my daily life of programming and general geeking ;)