Image problem with ezpubish 3.9 on mac [solved]

Image problem with ezpubish 3.9 on mac [solved]

Monday 15 January 2007 5:33:07 am - 1 reply

Author Message

Jérôme Vieilledent

Friday 16 November 2007 10:44:22 am

I had a problem with ImageMagick installed with MacPorts and thanks to your post I found out that EZP needs ImageMagick to be installed in /usr/bin.
So for IM to work with EZP, if you install it with MacPorts :

Open the terminal and type :

sudo port install ImageMagick

Then make find where MacPorts installed IM and link the <i>convert</i> bin to /usr/bin :

which convert
--> /opt/local/bin/convert (do not type this line !)
sudo ln -s /opt/local/bin/convert /usr/bin

You'll probably be prompted for your admin password

If you have installed IM with true MacOSX binary (distributed on the IM website), you also should do the link.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.