| Message: 69558 |
 |
BY: Troels Knak-Nielsen (troelskn) DATE: 2009-04-28 07:54 SUBJECT: Can't find the ImageMagick library ... Hi,
I'm trying to install rmagick on a fedora system. Since the official packages only include ImageMagick 6.2.8, I have had to build a newer one my self (Or rather, have my sysadm do it for me). It seems that this part went well, but when I try to install the rmagick gem, I get the following output:
$ sudo gem install rmagick
Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb install rmagick
checking for Ruby version >= 1.8.2... yes
checking for gcc... yes
checking for Magick-config... yes
checking for ImageMagick version >= 6.3.0... yes
checking for HDRI disabled version of ImageMagick... yes
checking for stdint.h... yes
checking for sys/types.h... yes
checking for magick/MagickCore.h... yes
checking for InitializeMagick() in -lMagick... no
checking for InitializeMagick() in -lMagickCore... no
checking for InitializeMagick() in -lMagick++... no
Can't install RMagick 2.9.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
*** extconf.rb failed ***
(snip)
What does this mean and what can I do about it? | |