SuSe ver. 10 and unresolved dependacies...

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We will release a new version of the ImageMagick RPM's within a week. However, in the mean-time you can try using an rpm option to ignore dependancies.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We have not seen the exception you posted before so we're clueless what the problem is. You could always just download the source distribution and unpack and type
  • ./configure --enable-delegate-build --enable-shared --disable-static \
    --with-modules --with-quantum-depth=16 --enable-ltdl-convenience \
    --enable-libtool-verbose --with-fpx
    make
    make install
Post Reply