Displaying 1 result from an estimated 1 matches for "veidrodis".
2007 Dec 13
0
Errors building RMagick on Linux
Here are the sequence of commands that I''ve done running CentOS 4.3.
When I do the very last command ''make'', I get the errors below. Any
ideas? thanks! chirag
cd /usr/local/src
wget http://image_magick.veidrodis.com/image_magick/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-X.Y.Z
./configure --disable-static --with-modules --without-perl \
--without-magick-plus-plus --with-quantum-depth=8
make
make install
wget http://files.rubyforge.mmmultiworks.com/rmagick/RMagick-1.15.11.tar.gz
tar zxvf...