我正在尝试使用pecl install trader安装PHP扩展交易器,它返回错误。in /usr/share/php/PEAR/PackageFile/v2/Validator.php on line 870running: phpizesh: 1: phpize: not foundroot@traderlab:~#
我该如何解决这个问
我已经成功地安装了XAMPP并添加了虚拟主机,并且能够进行数据库调用等等。我面临的问题是在尝试启用memcache模块时。目前正在尝试使用这些链接进行配置。我面临的问题是,当从/opt/lampp/bin/phpize启动phpize时Cannot find config.m4.Make sure that you run '/opt/lampp/bin/phpize' in the top level
在Linux上,我从源代码中安装了php 5.3.8。使用phpize安装扩展可以正常工作,但不能在一个特定的扩展(mysqlnd)上工作。# cd /opt/php/5.3.8/ext/pdo && /opt/php/5.3.8/bin/phpize# cd /opt/php/5.3.8/ext/mysqlnd&&
我一直打算安装ffmpeg作为我的PHP安装的一个扩展。所以在我安装它之前,我需要对它进行phpize。我用sudo apt-get install php5-dev安装了php5-dev。但是现在当我运行phpize时,我得到了以下错误:Cannot find config.m4.Make sure that you run '/usr/bin/phpize' in the top l