gpt4 book ai didi

centos 6上的ffmpeg安装错误

转载 作者:行者123 更新时间:2023-12-04 23:28:19 33 4
gpt4 key购买 nike

收到此错误:

[root@web1 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

但我找不到“.so”文件: PHP cannot load shared libraries

上面写着“未针对您的 PHP 版本编译 PHP 扩展”

我的服务器 PHP:
[root@web1 ffmpegphp]# phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525

如何更改我的 PHP Api 编号?

最佳答案

安装ffmpeg:

https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

安装 FFmpeg-Php

mkdir ffmpegphp
cd ffmpegphp
wget http ://downloads.sourceforge.net/project/ffmpeg-php/OldFiles/ffmpeg-php-0.6.2.tbz2
tar jxvf ffmpeg-php-0.6.0.tbz2
cd ffmpeg-php-0.6.0
phpize
./configure
make
make install

如果遇到错误:
make: *** [ffmpeg_movie.lo] Error 1 when compiling ffmpeg-php

如果安装成功完成 ffmpeg.so文件将在 /usr/lib64/php/modules/ 中创建.

转到您的 php.ini路径( cd /etc/php.d/ 在 CentOS 6.7 中)。

创建文件 ffmpeg.ini并添加 extension=ffmpeg.so .

重启httpd
/etc/init.d/httpd restart

注意:如果出现错误请更改版本或安装 ffmpeg-devel

来源:
  • http://www.mysql-apache-php.com/ffmpeg-install.htm
  • https://chrisjean.com/install-ffmpeg-and-ffmpeg-php-on-centos-easily/
  • 关于centos 6上的ffmpeg安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33078533/

    33 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com