Hoi iedereen,
Ik heb wat muiten met make van aantal .so modules voor php. de make install werkt, maar erna geeft php melding dat de versies niet overeen komen.
Na wat zoeken ben ik erachter gekomen dat php -v een andere php versie (php cli) weergeeft dan phpinfo (CGI/FastCGI).
[root@vps245 APC-3.1.13]# pecl install apc
downloading APC-3.1.13.tgz ...
Starting to download APC-3.1.13.tgz (171,591 bytes)
.........................done: 171,591 bytes
55 source files, building
WARNING: php_bin /usr/local/php54/bin/php appears to have a suffix 54/bin/php, but config variable php_suffix does not match
running: phpize54
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
/usr/local/php54/bin/phpize54: /tmp/pear/temp/APC/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
Iemand een suggestie?

Likes:


Quote