Page 1 of 1
Imagemagick not found when upgrading 0.7.1 --> 0.8-beta2
Posted: Tue Mar 08, 2005 12:41 am
by joho
The convert executable from ImageMagick is located in /usr/bin on a server (here) where s9y is located, not in /usr/local/bin .. I'm not sure this is the reason, but the install/upgrade script said it couldn't find the convert executable.
Re: Imagemagick not found when upgrading 0.7.1 --> 0.8-be
Posted: Tue Mar 08, 2005 1:05 pm
by garvinhicking
You should be able to change the path to imagemagick in configuration.
Regards,
Garvin
Posted: Tue Mar 08, 2005 1:36 pm
by joho
Indeed, no problem with that; I meant that perhaps the check should be made in /usr/bin as well as /usr/local/bin. I'd say chances are bigger the script will get a match in /usr/bin than in /usr/local/bin for most users.
Posted: Tue Mar 08, 2005 1:47 pm
by garvinhicking
Hm, that is strange. In include/functions_installer.inc.php, line 152-171 we actually do query several locations (/usr/X11R6/bin, /usr/bin, /usr/local/bin and check each of them if they are executable.
Thus the function should only fail, if the checks (is_executable) fail...?!
Regards,
Garvin
Posted: Tue Mar 08, 2005 1:51 pm
by joho
Hmm.. I wonder what happens with that function in case "open_basedir" is in effect.. ? Anyway, it did fail here, and convert is in /usr/bin, I can tell you that much.