On Thu, 2005-06-02 at 12:33 -0700, Troy Engel wrote: > Robby Russell wrote: > > > >>checking for InitializeMagick in -lMagick... no > > > > Can anyone point me in the right direction? > > Install the ImageMagick-devel package as well. You might also just > install all the ImageMagick components while you're at it and be done. > (-c++, -c++-devel, -perl, etc). Use 'apt-cache search ImageMagick' to > find them all. > > -te
Did that, no dice. Have all these installed, doesn't let me install rmagick. > ]# rpm -qa|grep ick > ImageMagick-6.2.2.0-1.fc3 > ImageMagick-devel-6.2.2.0-1.fc3 > ImageMagick-c++-6.2.2.0-1.fc3 > ImageMagick-perl-6.2.2.0-1.fc3 > ImageMagick-c++-devel-6.2.2.0-1.fc3 My solution? > wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz > > tar zxvf ImageMagick.tar.gz > > cd ImageMagick-6.2.3/ > > ./configure && make && make install > > gem install rmagick Worked fine. So, the ImageMagick rpms are missing something that rmagick needs. -Robby -- /****************************************************** * Robby Russell, Owner.Developer.Geek * PLANET ARGON, Open Source Solutions & Web Hosting * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 * www.planetargon.com | www.robbyonrails.com *******************************************************/
