using check install to properly install from source
When installing ImageMagick-6.7.5-7 checkinstall failed with an error related to “mkdir -p”
It seems that this error disappeared when running checkinstall with -fstrans=no
so after calling ./configure and make I called sudo checkinstall -fstrans=no and everything seem to be correct