http://www.imagemagick.org/script/binary-releases.php
> Please do check the above URL, I hope it could help you.
>
> ImageMagick is sucessfully working but i need to install MagickWand. so
please help me to get out of this problem.

I tried to install MagickWand manually in Fedora10 but the installation
steps are difficult for me to understand which are as shown.


MagickWand Extension for PHP :: Installation Instructions

** REQUIRED **  ImageMagick version :: 6.3.5-9
Last-known-good ImageMagick version :: 6.3.5-9


Installation Steps

1) Either install the required ImageMagick version or make sure that it
   is installed (running "Wand-config --version" should give you the
   required information).

2) Extract the contents of the archive this file was in, or copy the
   entire directory the this file is in (make sure that it is still called
   "magickwand") to the "ext" directory in the PHP source folder. So, if
   your PHP source folder is called "PHP_SRC_DIR", you should end up with
   a directory structure like the following:

   PHP_SRC_DIR/ext/magickwand/

3) Go into the "PHP_SRC_DIR/ext/magickwand/" directory, and run "phpize".
   (A note: if this is the first time PHP is being installed, you have to
   install PHP without MagickWand, because "phpize" is a part of the PHP
   distribution.)

4) Go back to the main PHP source directory (from the example above, it
   would be "PHP_SRC_DIR", and run:

   rm ./configure

   and then

   ./buildconf --force

   to remove and rebuild the PHP configure script.

5) Follow the PHP installation instructions, but add

   --with-magickwand=IMG_MGCK_DIR

   to your ./configure command, replacing "IMG_MGCK_DIR" with the full path
   of the directory where ImageMagick is installed (in most cases "/usr").


I couldnt get the source directory of php and also cannot run phpize command
as it shows invalid command. Please luggies, explain these steps in a clear
way.........




Thanks in advance.
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to