Não é possível instalar a extensão Pecl (Imagick) no servidor Centos - falta o autoconf

1

Estou tentando instalar o pecl extension Imagick em um servidor centos, mas estou recebendo um erro sobre o autoconf. Autoconf está instalado, como é make e gcc. mas está reclamando do caminho:

[root@server ~]# pecl install imagick
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
.....................done: 93,920 bytes
13 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
/usr/bin/phpize: /var/tmp/imagick/build/shtool: /bin/sh: bad interpreter: Permission     denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

    ERROR: 'phpize' failed

O que devo fazer?

    
por Stevo 29.09.2012 / 08:57

1 resposta

0

Parece um problema com o comando / bin / sh, que no centos é um link para / bin / bash. Verifique se o comando é executável.

ls -l / bin / sh ls -l / bin / bash

Se o link não existir, crie-o.

    
por 29.09.2012 / 11:13

Tags