Sunucuya FFmpeg kurdum ve ffmpeg-php kurmaya çalıştığımda make komutunda hata alıyorum sorunu nasıl çözebilirim
mkdir /srv/build
cd /srv/build
wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2
tar -xjf ffmpeg-php-0.6.0.tbz2
cd ffmpeg-php-0.6.0/
phpize
./configure
make
install
make komutundan sonra çıkan hata
[root@plesk ffmpeg-php-0.6.0]# make
make: *** No targets specified and no makefile found. Stop.