我一直想安装ffmpeg作为我的PHP设置的扩展。在安装它之前,我需要phpize它。我通过sudo apt-get install php5-dev安装了php5-dev。但现在当我运行phpize时,我得到以下错误:
phpize
Cannot find config.m4.
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
php.ini的位置是/usr/local/zend/etc/php.ini
我从另一个在线资源上尝试了这个方法
sudo apt-get install autoconf automake libtool m4
但是它们都已经安装好了。
定位配置。M4没有返回任何东西。
这里有什么提示吗,如何让phpize和ffmpeg启动并运行?