I’ve been using MAMP on my macbook for doing my web development at home and can’t say enough good things about it. Unfortunately I had to start using some binaries not included with MAMP, ImageMagick for example.
Update: Commentors have been reporting this fix is not working on Snow Leopard or MAMP 1.8.4
Installing ImageMagick via MacPorts is simple enough:
sudo port install ImageMagick
but trying to run it via the MAMP stack gives you the apache error:
dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /Applications/MAMP/Library/lib/libjpeg.62.dylib
or something similar. Continue Reading →
