Search found 5 matches

by joelap
2011-04-14T07:01:57-07:00
Forum: Bugs
Topic: failed to handle png files on CentOS
Replies: 9
Views: 23879

Re: failed to handle png files on CentOS

Issue resolved.

Since this is a newly built of Imagemagick, I have to uninstall Rmagick ruby gem and re-install it again. Thanks guys.
by joelap
2011-04-13T19:42:57-07:00
Forum: Bugs
Topic: failed to handle png files on CentOS
Replies: 9
Views: 23879

Re: failed to handle png files on CentOS

Thanks again! it works!

-sh-3.2$ identify -ping main-feature.png
main-feature.png PNG 548x357 548x357+0+0 8-bit PseudoClass 256c 44.4KB 0.000u 0:00.000
-sh-3.2$convert -list configure

Path: /usr/local/share/ImageMagick-6.6.9/configure.xml

Name Value ...
by joelap
2011-04-13T14:52:46-07:00
Forum: Bugs
Topic: failed to handle png files on CentOS
Replies: 9
Views: 23879

Re: failed to handle png files on CentOS

Thanks magick. I tried to install ImageMagick-6.6.9-4 as per your instruction but it produces the following error :? Grateful if you can offer some further help. Really appreciated.

make all-am
make[1]: Entering directory `/usr/src/ImageMagick-6.6.9-4'
CCLD utilities/animate
magick/.libs ...
by joelap
2011-04-13T09:59:37-07:00
Forum: Bugs
Topic: failed to handle png files on CentOS
Replies: 9
Views: 23879

Re: failed to handle png files on CentOS

Thanks fmw42. I'd give a try - except my tech guy kept saying there is (was) an issue with Cent OS 5 (Linux) and the latest ImageMagick.

Just to give a bit more info regarding the detailed error log. Thank you in advance!


-sh-3.2$ catchsegv identify -ping main-feature.png
*** Segmentation fault ...
by joelap
2011-04-13T09:30:55-07:00
Forum: Bugs
Topic: failed to handle png files on CentOS
Replies: 9
Views: 23879

failed to handle png files on CentOS

ImageMagick worked fine on my local environment (MacOS), but with my hosting that uses CentOS 5, I have experienced several issues. CentOS 5 does not support glibc 2.7, which is needed by ImageMagick. After various attempts, we were able to build ImageMagick from source.

Everything works great ...