Our production Ubuntu 12.04 is running 6.6.9-7 (latest in official apt-get)
My local OS X is running 6.8.0-10 (newer)
So far all my complex scripts worked identically locally and in production, but this one latest script shows up too dim in production (while being perfect in development).
The only major differences between this and other scripts:
- I started using .mpc format to dump intermediate mask (I create mpc file locally, and deploy it to production)
- I started using "screen" composition, that I haven't ever used before
- changing said script
- installing same version of ImageMagick to production as I have locally
(frankly, not even sure this would fix it)
Am I making a mistake by using .mpc format across different machines and operating systems? Could this be the problem?
If it's not that, how can I install newer ImageMagick on Ubuntu 12.04? I already learned that I can't compile from source because I don't have enough RAM for compilation on production servers. I'm also not sure if I can re-create the deb package myself, because I looked at existing one, and it has a very complex makefile, and patches applied. Sounds pretty hard. Ideally, is there any source where I can get newer deb files of ImageMagick?