Page 1 of 1

Re: Installation Problemm....

Posted: 2009-01-21T06:58:08-07:00
by magick
We install MagickWand independent of the PHP source tree. We type
  • cd MagickWandforPHP*
    phpsize
    make
    make install
You now need to set up the ini file to load the module. Ours looks like this:
  • ; Enable MagickWand extension module
    extension=magickwand.so
Finally we restart httpd so it loads the PHP extension.