I am running Zend Server on Ubnutu, php version 5.3.3. I installed imagemagick in that way: apt-get install php-5.3-extra-extensions-zend-server. The Image seems to working, and php.ini it shows supporting by imagick of all formats, all class installed. version of imagick 6.3.7.
And The problem is: when I am trying to read svg text like this $imSvg->readImageBlob($svg); and it generate following error: "UnableToOpenBlob `/usr/local/zend/tmp/magick-XXIpqQxS': No such file or directory". I had a look at that folder, imagick generates that kind of files, but precisely such I haven't found. Permissions to the folder are set correctly. Other imagick functions seems to work fine. This script works fine in other servers, so problem seems to be in my instalation.
Any ideas? Thanks.