i’m having trouble getting imagemagick running:(
i’m using opensuse 11, and installed apache2 and php5 through yast!
than i’ve installed imagemagick (and libmagick and the deval packages) also through yast.
but php just keeps saying unknown class imagick.
ie read the installation manual it says to copy a imagick.so file to the php5 extension dir. but i can’t seem to find that .so file?
According to this, the PHP interface is called imagick, not Imagemagick. Though the latter is probably also required. Zypper show no such package called imagick in the repos so you may have to build your own from PEAR. Or maybe there is an OpenSUSE repo with it pre-built, dunno.
indeed it seems to search for a imagick.so.1 or something.
i can’t find it.
in ubuntu there is a php_imagick module for apache2. but i haven’t found it for opensuse:(
i really don’t know how to build such a thing with pear.
if someone could teach me that?? please…
or the easy way point me to an how-to manual or something.