[FFmpeg-user] configure error - libmp3lame

Michael Fletcher itsallonesandzeros at icloud.com
Sat Nov 2 21:29:48 CET 2013


Hello,

I am trying to configure and install FFmpeg on CentOS 5.  I am working through the dependencies, but having a problem with libmp3lame.

This is my configure command:
./configure --extra-cflags=-I/home/mike/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --extra-libs=-ldl --as=yasm --disable-shared --disable-ffplay --enable-static --enable-filters --enable-fontconfig --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-runtime-cpudetect --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libtheora --enable-version3 --enable-libvorbis --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib

This is the response I get:
ERROR: libmp3lame >= 3.98.3 not found

I have installed libmp3lame 3.99 64bit version.  I have also installed the i386 version just to be sure.  Here is find after running the RPM install for libmp3lame.
find / -name libmp3lame*
/usr/lib64/libmp3lame.so.0.0.0
/usr/lib64/libmp3lame.so.0
/usr/lib/libmp3lame.so.0.0.0
/usr/lib/libmp3lame.so.0

Here is the RPM listing showing both installed:
rpm -qa | grep -i libmp3lame
libmp3lame0-3.99.3-23.el5
libmp3lame0-3.99.3-23.el5

Your help is greatly appreciated.
Mike Fletcher




More information about the ffmpeg-user mailing list