I am stuck when it comes to the server install. If anyone has any advice for me, it would be appreciated.
Below is the output from the attempt to install and run the convert procedure:
Code: Select all
cauchy:/usr/local admin$ sudo gzip -dc ImageMagick-universal-apple-darwin8.9.1.tar.gz | sudo tar -xf -
cauchy:/usr/local admin$ export MAGICK_HOME="/usr/local/ImageMagick-6.3.4"
cauchy:/usr/local admin$ $MAGICK_HOME
-bash: /usr/local/ImageMagick-6.3.4: is a directory
cauchy:/usr/local admin$ export PATH; PATH="$MAGICK_HOME/bin:$PATH"
cauchy:/usr/local admin$ export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"
cauchy:/usr/local admin$ convert logo: logo.gif
dyld: Library not loaded: /usr/X11R6/lib/libXext.6.dylib
Referenced from: /usr/local/ImageMagick-6.3.4/bin/convert
Reason: image not found
Trace/BPT trap
cauchy:/usr/local admin$ $PATH
-bash: /usr/local/ImageMagick-6.3.4/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin: No such file or directory
cauchy:/usr/local admin$ $DYLD_LIBRARY_PATH
-bash: /usr/local/ImageMagick-6.3.4/lib: is a directory