Installation on OS X Server
Posted: 2007-06-13T11:56:02-07:00
I have been trying to install ImageMagick on a OS 10.4.9 server that I use without success. I installed it on a non server version of the os following the given instructions and it works perfectly.
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:
My feeling is that this is an ownership permission problem but I didn't see a post that referenced this problem.
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