IM 6.3.6.10 does not run on Mac OS 10.4
Posted: 2007-11-08T00:28:30-07:00
I just upgraded from IM 6.3.6.4 to 6.3.6.10. (IM jumped rather quickly from 4 to 10)
But I am getting errors when I try to run it.
convert -list configure
dyld: Library not loaded: /usr/X11/lib/libXext.6.dylib
Referenced from: /Users/fred/Applications/ImageMagick-6.3.6/bin/convert
Reason: image not found
Trace/BPT trap
convert logo: logo.png
dyld: Library not loaded: /usr/X11/lib/libXext.6.dylib
Referenced from: /Users/fred/Applications/ImageMagick-6.3.6/bin/convert
Reason: image not found
Trace/BPT trap
Is this version not compatible with Mac OS 10.4.x? If this is the case, how do I get a version of IM 6.3.6.10 that is compatible with Mac OS 10.4.x?
I have not done anything different in the install of this release than I have in the past. As for all 6.3.6 releases, I have just decompressed the tar archive and swapped the folders, then rebooted. This has worked fine in the past.
Is there something different that I need to do in the configuration of my .profile file?
Here is my .profile file
##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
PATH=$PATH:/usr/local/bin
export PATH
fi
export MAGICK_HOME="/Users/fred/Applications/ImageMagick-6.3.6"
export PATH="${PATH}:$MAGICK_HOME/bin"
export PATH="${PATH}:/Users/fred/Applications/ImageMagick-Scripts/bin"
export DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}:$MAGICK_HOME/lib"
export DISPLAY=:0
Thanks
Fred Weinhaus
But I am getting errors when I try to run it.
convert -list configure
dyld: Library not loaded: /usr/X11/lib/libXext.6.dylib
Referenced from: /Users/fred/Applications/ImageMagick-6.3.6/bin/convert
Reason: image not found
Trace/BPT trap
convert logo: logo.png
dyld: Library not loaded: /usr/X11/lib/libXext.6.dylib
Referenced from: /Users/fred/Applications/ImageMagick-6.3.6/bin/convert
Reason: image not found
Trace/BPT trap
Is this version not compatible with Mac OS 10.4.x? If this is the case, how do I get a version of IM 6.3.6.10 that is compatible with Mac OS 10.4.x?
I have not done anything different in the install of this release than I have in the past. As for all 6.3.6 releases, I have just decompressed the tar archive and swapped the folders, then rebooted. This has worked fine in the past.
Is there something different that I need to do in the configuration of my .profile file?
Here is my .profile file
##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
PATH=$PATH:/usr/local/bin
export PATH
fi
export MAGICK_HOME="/Users/fred/Applications/ImageMagick-6.3.6"
export PATH="${PATH}:$MAGICK_HOME/bin"
export PATH="${PATH}:/Users/fred/Applications/ImageMagick-Scripts/bin"
export DYLD_LIBRARY_PATH="${DYLD_LIBRARY_PATH}:$MAGICK_HOME/lib"
export DISPLAY=:0
Thanks
Fred Weinhaus