Absolute beginner help with install of imagick using pecl
Posted: 2007-09-01T09:10:07-07:00
I have searched high and low for an answer , but I am having no end of problems installing the PHP extension for imagick any help greatly apprcieated. here is a log of the failures:-
Directory of C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-W
in32\ext\imagick
01/09/2007 14:03 <DIR> .
01/09/2007 14:03 <DIR> ..
15/08/2007 18:00 3,370 config.m4
15/08/2007 18:00 2,149 config.w32
15/08/2007 18:00 39 CREDITS
01/09/2007 14:03 <DIR> examples
15/08/2007 18:00 495,780 imagick.c
15/08/2007 18:00 843 INSTALL
15/08/2007 18:00 3,348 package.xml
15/08/2007 18:00 3,041 php_imagick.h
15/08/2007 18:00 217 TODO
8 File(s) 508,787 bytes
3 Dir(s) 184,811,401,216 bytes free
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>type install
Linux install
Installing with `pecl` command-line utility
1. Install ImageMagick libraries (at least version 6.2.4)
2. Execute command "pecl install imagick"
3. Make sure you have extension=imagick.so in your php.ini
Installing from sources
1. Install ImageMagick libraries (at least version 6.2.4)
2. Unpack imagick source package
3. Go to imagick folder and type "phpize && ./configure && make
&& make install"
4. Make sure you have extension=imagick.so in your php.ini
Compiling Imagick into PHP
1. Install ImageMagick libraries (at least version 6.2.4)
2. Unpack imagick source package to $PHP_SOURCE_DIR/ext/imagick
3. In php source root directory run commands: "rm configure && .
/buildconf --force"
4. Configure PHP with command "./configure --with-imagick"
5. Run make && make install
Windows install
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl install imagick
Failed to download pecl/imagick within preferred state "stable", latest release
is version 2.0.0RC1, stability "beta", use "channel://pecl.php.net/imagick-2.0.0
RC1" to install
Cannot initialize 'imagick', invalid or missing package file
Package "imagick" is not valid
install failed
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl channel://pecl.php.net/imagick-2.0.0RC1 imagick
Command 'channel://pecl.php.net/imagick-2.0.0RC1' is not valid, try 'pear help'
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl install channel://pecl.php.net/imagick-2.0.0RC1 imagick
Failed to download pecl/imagick within preferred state "stable", latest release
is version 2.0.0RC1, stability "beta", use "channel://pecl.php.net/imagick-2.0.0
RC1" to install
Cannot initialize 'imagick', invalid or missing package file
downloading imagick-2.0.0RC1.tgz ...
Starting to download imagick-2.0.0RC1.tgz (66,972 bytes)
.................done: 66,972 bytes
Package "imagick" is not valid
4 source files, building
ERROR: The DSP imagick.dsp does not exist.
Directory of C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-W
in32\ext\imagick
01/09/2007 14:03 <DIR> .
01/09/2007 14:03 <DIR> ..
15/08/2007 18:00 3,370 config.m4
15/08/2007 18:00 2,149 config.w32
15/08/2007 18:00 39 CREDITS
01/09/2007 14:03 <DIR> examples
15/08/2007 18:00 495,780 imagick.c
15/08/2007 18:00 843 INSTALL
15/08/2007 18:00 3,348 package.xml
15/08/2007 18:00 3,041 php_imagick.h
15/08/2007 18:00 217 TODO
8 File(s) 508,787 bytes
3 Dir(s) 184,811,401,216 bytes free
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>type install
Linux install
Installing with `pecl` command-line utility
1. Install ImageMagick libraries (at least version 6.2.4)
2. Execute command "pecl install imagick"
3. Make sure you have extension=imagick.so in your php.ini
Installing from sources
1. Install ImageMagick libraries (at least version 6.2.4)
2. Unpack imagick source package
3. Go to imagick folder and type "phpize && ./configure && make
&& make install"
4. Make sure you have extension=imagick.so in your php.ini
Compiling Imagick into PHP
1. Install ImageMagick libraries (at least version 6.2.4)
2. Unpack imagick source package to $PHP_SOURCE_DIR/ext/imagick
3. In php source root directory run commands: "rm configure && .
/buildconf --force"
4. Configure PHP with command "./configure --with-imagick"
5. Run make && make install
Windows install
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl install imagick
Failed to download pecl/imagick within preferred state "stable", latest release
is version 2.0.0RC1, stability "beta", use "channel://pecl.php.net/imagick-2.0.0
RC1" to install
Cannot initialize 'imagick', invalid or missing package file
Package "imagick" is not valid
install failed
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl channel://pecl.php.net/imagick-2.0.0RC1 imagick
Command 'channel://pecl.php.net/imagick-2.0.0RC1' is not valid, try 'pear help'
C:\Documents and Settings\TPM\My Documents\kits\php-5.1.6-Win32\ext\imagi
ck>pecl install channel://pecl.php.net/imagick-2.0.0RC1 imagick
Failed to download pecl/imagick within preferred state "stable", latest release
is version 2.0.0RC1, stability "beta", use "channel://pecl.php.net/imagick-2.0.0
RC1" to install
Cannot initialize 'imagick', invalid or missing package file
downloading imagick-2.0.0RC1.tgz ...
Starting to download imagick-2.0.0RC1.tgz (66,972 bytes)
.................done: 66,972 bytes
Package "imagick" is not valid
4 source files, building
ERROR: The DSP imagick.dsp does not exist.