Problems Installing RMagick
Posted by: starnix17
Posted on: 2007-02-20 11:49:00
I would like to install a newer version of the RMagick gem, so I decided to follow the HOWTO on the wiki. After I ran gem install rails, I got this error:
Too many examples failed. The RMagick documentation cannot be installed
successfully. Consult the README.txt file and try again, or send email
to rmagick@rubyforge.org.
post-setup.rb: PreserveAspectRatio.rb example returned error code 256
make: *** [all] Error 1
The only possible fix I can think of is that my paths are incorrect in my .bash_profile.
export PATH=$HOME/local/bin:$PATH
Has anyone had a similar situation like this?