16
如何安装和运行phpize
我一直打算将其安装ffmpeg为PHP安装程序的扩展。所以在我安装它之前,我需要phpize它。我是php5-dev由安装的sudo apt-get install 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 但是所有这些都已经安装。 找到config.m4没有返回任何内容。 任何指针如何在这里我可以得到phpize,因此,ffmpeg启动和运行?