ffmpeg-php のconfigureでエラーになった。。。作業途中


PHPコンパイルで enable-shared を指定する必要有り

./configure --disable-debug --with-apxs2=/usr/local/apache2/bin/apxs --with-iconv --enable-mbstring --enable-zend-multibyte --with-pgsql=/usr/local/pgsql --with-zlib --enable-shared

make 
make test
make install

apache再起動


ffmpeg-phpのソースコードを
http://ffmpeg-php.sourceforge.net/
からダウンロード

今回は「ffmpeg-php-0.6.0.tbz2」をDownloadした

解凍
 bunzip2 ffmpeg-php-0.6.0.tbz2
 tar xvf [[ffmpeg]]-php-0.6.0

イントール
 cd ffmpeg-php-0.6.0
 phpize
 ./configure
 make 
 make install














最終更新:2010年05月19日 11:55