I'm looking for hints to successfully make available ImageMagick to PHP scripts. I followed over 100 instructions to install it and it works under SSH - however, phpscripts trying to use it fail (show dead images).
My questions:
Did anyone manage to install ImageMagick successfully on Centos 4.3
Did anyone manage to install it and have it show up in phpinfo()
Could anyone point to a working how to (maybe I know it already but you never know)
Is there anyone who would be willing to provide me a WORKING paid install on CentOS 4.3 - including making it show up in phpinfo()
Thanks
P.S: I did search for howtos and I tried pretty much everything so it's not being lazy - t simply doesnt work out - and that after 48 hours of messing with it.
convert -version works on SSH
echo exec("convert -version");
doesnt and all image galleries i tested show dead images (red X)
My questions:
Did anyone manage to install ImageMagick successfully on Centos 4.3
Did anyone manage to install it and have it show up in phpinfo()
Could anyone point to a working how to (maybe I know it already but you never know)
Is there anyone who would be willing to provide me a WORKING paid install on CentOS 4.3 - including making it show up in phpinfo()
Thanks
P.S: I did search for howtos and I tried pretty much everything so it's not being lazy - t simply doesnt work out - and that after 48 hours of messing with it.
convert -version works on SSH
echo exec("convert -version");
doesnt and all image galleries i tested show dead images (red X)