View Single Post
  #6 (permalink)  
Old 01-07-09, 01:32 PM
paul paul is offline
Junior Member
 
Join Date: May 2009
Location: .de
Posts: 10
Default

I think I got it in the end : D
  • yum install php-magickwand
  • yum install php-pear [for PECL]
  • yum install ImageMagick
  • yum install ImageMagick-devel
  • pecl install imagick-2.2.1
  • yum -y install php-devel [to over come sh: phpize: command not found error]
  • pecl install imagick-2.2.1
Thanks for pointing me in the right direction !

It's installed now, show up on the phpinfo but I am not sure as to where it is installed or what I need to do next to get it installed.
Reply With Quote