loftuxab / alfresco-ubuntu-install

Alfresco script based install for Ubuntu
https://loftux.com/products-and-add-ons/alfresco-utilities
166 stars 123 forks source link

ImageMagick path doesn't exist in Trusty so how is it working? #83

Closed housni closed 8 years ago

housni commented 8 years ago

I noticed this ImageMagick line: https://github.com/loftuxab/alfresco-ubuntu-install/blob/master/alfinstall.sh#L443

I can see that it's attempting to create a symlink to ImageMagick but as you can see from the Trusty filelist, the path doesn't exist.

This also applies to some ImageMagick configs in alfresco-global.properties. None of these paths seem to exist in Trusty so I'm wondering if I'm missing something or if this is a bug?

loftux commented 8 years ago

This may have changed with later version of Trusty (14.04.5?) then, and updated packages for ImageMagick.

housni commented 8 years ago

I checked Precise which is the previous LTS Ubuntu to Trusty. I even checked Trusty Updates with no luck.

However, image conversions happen. My guess is that the img.* configs are redundant and Alfresco 5.x use the configs to find ImageMagick. Is that possible?

loftux commented 8 years ago

Fixed in d49a08418288a0bc508f08a8a9e57c71c24da401

loftux commented 8 years ago

Closing this issue since the fix has been pushed to master.