PDA

View Full Version : FFMPEG problem



u4xlol
10-01-2010, 11:43 PM
hello

i want install ffmpeg-php-0.5.0 but show this error:

checking for ffmpeg support... yes, shared
checking for ffmpeg headers... ...found in /usr/local/include/ffmpeg
checking for ffmpeg libavcodec.so... configure: error: ffmpeg share libraries not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option


please help me

daveyw
10-02-2010, 12:33 PM
First of all you need DAG repository
wget http://dave.t0xic.nl/yum/dag.repo -O/etc/yum.repos.d/dag.repoAfter this do
yum install -y ffmpeg ffmpeg-devel --enablerepo=dag* I've added '--enablerepo=dag' since I have it default disabled.

Also check this;
- http://www.mydevonline.com/content/view/44/42/

u4xlol
10-02-2010, 01:22 PM
hello

thank u 4 reply


Module Installed Version Required Version
FFMPEG re r19000 or greater

help me