Page 1 of 1

Posted: 2006-03-15T18:26:29-07:00
by magick
The MagickWand library should be located here:
  • /usr/lib/libWand.*

Posted: 2006-03-15T19:58:30-07:00
by magick
The easiest solution would be to download the source from ftp://ftp.imagemagick.org/pub/ImageMagick and build:
  • tar xvfz ImageMagick-6.2.6-4.tar.gz
    cd ImageMagick-6.2.6
    ./configure --enable-delegate-build --enable-shared --disable-static \
    --with-modules --with-quantum-depth=16 --enable-ltdl-convenience \
    --enable-libtool-verbose
    make
    make install