Page 1 of 1

Posted: 2006-08-22T09:24:23-07:00
by magick
We've identified a bug that causes -fx 'blue' to take way too long to complete. We will have a patch in the next point release.

Posted: 2006-08-23T20:23:29-07:00
by anthony
It is more likely not the user it is run as, but the environment (command line and library paths).

Try
env - PATH="/usr/bin:/bin:/opt/bin" convert ....

It will probably need some LD_LIBRARY_PATH setting before it will work.

Remember a web program will not have configured any reasonable environment such as you would get when you start a interactive shell (and thus reading /etc and home directory initialization files).

When you find you solution post back here even though it will probably not be a IM problem.