基本的に、cPanelサーバーにFFMPEGをインストールしようとしています。ffmpeg -v
libfdk-aacを除くすべてをインストールして動作させることができます(を使用してテスト済み)。私はgit clone
すべてをうまく行うことができますautoreconf -fiv
が、fdk-aacディレクトリで実行しようとすると次のようになります:
root@matrix [~/ffmpeg-source/fdk-aac]# autoreconf -fiv
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
/usr/share/automake-1.11/Automake/ChannelDefs.pm line 23:
This Perl hasn't been configured and built properly for the threads
module to work. (The 'useithreads' configuration option hasn't been used.)
Having threads support requires all of Perl and all of the XS modules in
the Perl installation to be rebuilt, it is not just a question of adding
the threads module. (In other words, threaded and non-threaded Perls
are binary incompatible.)
If you want to the use the threads module, please contact the people
who built your Perl.
Cannot continue, aborting.
Perlbrewを使用して、-Dusethreads
および-Duseithreads
オプションを使用して別のバージョンのperlをインストールしようとしましたが、何も変わりません。同じエラーです。
Perlbrewを使用してインストールするために使用しているコマンドは次のとおりです。 perlbrew --force install --as perl-5.16.3-t -Dusethreads -Duseithreads perl-5.16.3
何も役に立たないようです。これも可能ですか?cPanelを使用しないように言わないでください。クライアント用であり、彼はそれを必要とします。:P
編集:私が使用しているガイドはここにあります:CentosCompilationGuide