[FFmpeg-user] ffmpeg ffmpeg-php

Ezat Ezati aghaezat at hotmail.com
Mon Nov 7 07:34:49 CET 2011


Hello.

I am trying to install ffmpeg and ffmpeg-php on a Centos 6.0 32bit but I keep encountering error after error.  Here is the code.  It says Libvorbis not found but I have installed libogg and libvorbis using yum install libogg libvorbis.  Any idea what the problem would be?  Please help me on this.  I need to do to install;

Video Module
	
FFmpeg
FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis
LAME MP3 Encoder
MP4Box



[root at php Downloads]# wget http://ffmpeg.org/releases/ffmpeg-0.7.6.tar.gz
--2011-11-05 23:12:58--  http://ffmpeg.org/releases/ffmpeg-0.7.6.tar.gz
Resolving ffmpeg.org... 192.190.173.45
Connecting to ffmpeg.org|192.190.173.45|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5493937 (5.2M) [application/x-gzip]
Saving to: “ffmpeg-0.7.6.tar.gz”

100%[======================================>] 5,493,937    249K/s   in 27s     

2011-11-05 23:13:27 (196 KB/s) - “ffmpeg-0.7.6.tar.gz” saved [5493937/5493937]

[root at php Downloads]#  tar xzf ffmpeg-0.7.6.tar.gz
[root at php Downloads]# ls
ffmpeg-0.7.6         ffmpeg-php-0.6.0.tar
ffmpeg-0.7.6.tar.gz  mplayer-codecs-20061022-1.i386.rpm
ffmpeg-php-0.6.0     mplayer-codecs-extra-20061022-1.i386.rpm
[root at php Downloads]# cd ffmpeg-0.7.6
[root at php ffmpeg-0.7.6]# make distclean
Makefile:1: config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:26: warning: ignoring old commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: ignoring old commands for target `libavutil/'
Makefile:239: /tests/fate.mak: No such file or directory
Makefile:240: /tests/fate2.mak: No such file or directory
Makefile:242: /tests/fate/aac.mak: No such file or directory
Makefile:243: /tests/fate/als.mak: No such file or directory
Makefile:244: /tests/fate/fft.mak: No such file or directory
Makefile:245: /tests/fate/h264.mak: No such file or directory
Makefile:246: /tests/fate/mp3.mak: No such file or directory
Makefile:247: /tests/fate/vorbis.mak: No such file or directory
Makefile:248: /tests/fate/vp8.mak: No such file or directory
make: *** No rule to make target `/tests/fate/vp8.mak'.  Stop.
[root at php ffmpeg-0.7.6]# ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-shared  --enable-libmp3lame --enable-libx264 --enable-libfaac  --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb 
ERROR: libvorbis not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
[root at php ffmpeg-0.7.6]# yum install libvorbis
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirrors.200p-sf.sonic.net
 * updates: centos.hostrack.net
Setting up Install Process
Package 1:libvorbis-1.2.3-4.el6.i686 already installed and latest version
Nothing to do
[root at php ffmpeg-0.7.6]# yum install libogg
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: mirror.chpc.utah.edu
 * extras: mirrors.200p-sf.sonic.net
 * updates: centos.hostrack.net
Setting up Install Process
Package 2:libogg-1.1.4-2.1.el6.i686 already installed and latest version
Nothing to do
[root at php ffmpeg-0.7.6]#  ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-shared  --enable-libmp3lame --enable-libx264 --enable-libfaac  --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb
ERROR: libvorbis not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
[root at php ffmpeg-0.7.6]# 
 		 	   		  


More information about the ffmpeg-user mailing list