0
收到此錯誤安裝錯誤:的ffmpeg在CentOS 6
[[email protected] ffmpegphp]# make install
Installing shared extensions: /usr/lib64/php/modules/
cp: cannot stat `modules/*': No such file or directory
make: *** [install-modules] Error 1
這是一些什麼一樣:ffmpeg cannot install PHP extension module
,但我無法找到 「所以」 文件:PHP cannot load shared libraries
這是說「PHP擴展未針對此版本的PHP進行編譯」
我的服務器PHP:
[[email protected] ffmpegphp]# phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
如何更改我的PHP Api編號?
的可能的複製[ffmpeg的無法安裝PHP擴展模塊(http://stackoverflow.com/questions/3109241/ffmpeg-cannot-install-php-extension-module) –
它現在解決了。改變了ffmpeg-php的版本,並且這個 http://stackoverflow.com/questions/20055252/make-ffmpeg-movie-lo-error-1-when-compiling-ffmpeg-php – editinit