Page 1 of 1

Imagick Problem install with phpize

Posted: 2012-11-20T07:55:51-07:00
by max2france
Hello,

I installed it on my test server the latest version of ImageMagick (ImageMagick-6.8.0-4.tar.gz)
on my php was compiled from sources in / usr/local/php5.4.8/bin

I managed prior version installed imagick-3.1.0RC2.tgz seamlessly with
following commands:

Code: Select all

  cd / home/compilation/imagick-3.1.0RC2
/ usr/local/php5.4.8/bin/php5phpize
. / configure - with-php-config = / usr/local/php5.4.8/bin/php5php-config
make-j2
make test
make install
/ usr/local/apache2/bin/apachectl restart

My problem is that in the new version, when I type:
/ usr/local/php5.4.8/bin/php5php-config in the "ImageMagick-6.8.0-4" it says:

Code: Select all

root @ : / home/compilation/ImageMagick-6.8.0-4 # / usr/local/php5.4.8/bin/php5phpize
Can not find config.m4.
Make safe That you run '/ usr/local/php5.4.8/bin/php5phpize' in the top level source directory of the module
I can not find a solution, I tried to generate a config.m4 in vain.

This new version works differently?

I must imperatively use the source, php / apache was compiling from source.

Thank you in advance for your help.
Sébastien