What's the least painful way to get basic JPEG scaling available to CarrierWave on a Mac (Leopard) Server? I'm trying to avoid installing the full ImageMagick suite and all its myriad dependencies as this server is stable right now and, well, ImageMagick scares me as it litters /usr/local/bin with PDF, Font, fax, bmp, png, etc utilities which we won't need.

All we need out of CarrierWave is for it to create jpeg thumbs from uploaded JPEGs. Any suggestions?

link|improve this question

70% accept rate
feedback

1 Answer

try https://github.com/mxcl/homebrew. You could install the required libraries using brew into user/home directories. Which makes it easy to revert back with out messing with your mac defaults.

link|improve this answer
I wanted to use homebrew but it wants me to delete /usr/local/lib and /usr/local/bin which isn't an option on this server as git, passenger, mysql, mongodb and some other utilities are currently sourced there and in active use. They also require you to recursively change owner of /usr/local/ from root to your local admin's name...which concerns me when all these other utilities are running fine with root as owner. – Meltemi May 17 '11 at 20:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.