Forums » Troubleshooting

ImageMagick, Fink, Mac OS X etc

(8 posts)
  • Started 3 months ago by inactinique
  • Latest reply from KrisKelly
  • This topic is resolved
  1. 3 months ago # | |

    Hi,

    I installed Omeka on my iBook G4, in order to test it. I installed ImageMagick thanks to Fink (http://fink.sf.net/). convert is in /sw/bin/convert. I can use it directly from Terminal.app without any problems. But Omeka is stil telling me that ImageMagick is not properly configured. In the settings, I wrote "/sw/bin/convert" without the quotemarks.

    iBook G4, Mac OS X.5.4, Fink 0.9 updated, MAMP (Apache, MySQL 5, PHP5), ImageMagick 6.2.8

  2. 3 months ago # | |

    Is /sw/bin in your Apache environment's path? I'm not sure if that would be the cause of the problem, but you can try it out and see. You can figure that out by looking at your phpinfo dump and looking at PATH under the Apache Environment heading. Let me know if adding that directory to your path solves your problem.

  3. 3 months ago # | |

    Hi,

    thanks for your answer. I followed the instructions on that page:
    http://www.brybot.ca/archives/113-Getting-Imagemagick-and-more-to-work-with-MAMP-on-OS-X.html

    I managed to add /sw/bin in Apache's PATH environment.

    Unfortunately, it did not solve my problem.

    Is there something I missed in the ImageMagick installation? a mod something that has to be installed?

    Is it possible to use images in Omeka (I'm just testing it) without ImageMagick?

    EDIT: After looking at some webpages, it is probably impossible do configure ImageMagick to work with the MAMP's Apache version.

  4. 3 months ago # | |

    Very interesting. Could you do me a favor and post a link to the pages that said it was impossible to configure ImageMagick with MAMP? Thanks.

  5. 3 months ago # | |

    Hi. Here are some links:

    - http://forum.macbidouille.com/index.php?showtopic=254569 (in French),
    - http://ez.no/developer/forum/developer/problem_with_imagemagick (in English)

    It seems I could get Omeak to work with Apache/MySQL/PHP/ImageMagick compiled from Fink or MacPorts.

  6. 3 months ago # | |

    I gave up Fink, MAMP etc.

    I'm now using Mac OS X's Apache, entropy.ch's PHP5, MySQL compiled from source, ImageMagick compiled from source, magick.so compiled from source. I changed the php.ini file in ordre to tell PHP that it can use magick.so.

    And omeka still says me: "ImageMagick is not well configured".

    This time, convert is in /usr/local/bin

    I strangelly can't manage to change the path of the apache's environment.

  7. 3 months ago # | |

    OK, I found the problem.

    I read this thread on the same forum: http://omeka.org/forums/topic/imagemagick-error?replies=4#post-446

    On line 347 application/models/File.php, you I changed $path . ' -version' to just $path.

    And Omeka works!

  8. 3 months ago # | |

    Good to hear that you got it working, though it's too bad that MAMP doesn't play well with ImageMagick. Let us know if you need any more help with anything!

RSS feed for this topic

Reply

You must log in to post.