2

I'm trying to install and activate ImageMagick with Zend Server (on Ubuntu Server Linux), how could achieve it? (the documentation does not say how to add extra extensions)

Wouter Dorgelo
  • 10,988
  • 11
  • 55
  • 75
David Morales
  • 17,105
  • 11
  • 72
  • 98

1 Answers1

6

Oh, I found it. Just run this:

sudo aptitude install php-5.3-imagick-zend-server

If you are using PHP 5.2, just make the change in the package name.

David Morales
  • 17,105
  • 11
  • 72
  • 98