How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

June 8, 2012

ERROR: libmp3lame >= 3.98.3 not found

Filed under: Linux — Tags: , , — admin @ 10:29 am

Well if you have this error when you try to install ffmpeg then you must download lame from sourceforge

wget http://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz?r=http%3A%2F%2Fffmpeg.zeranoe.com%2Fforum%2Fviewtopic.php%3Ff%3D5%26t%3D94&ts=1339140293&use_mirror=ignum

After
tar -zxvf lame-3.98.4.tar.gz
cd lame-3.98.4
./configure
make
make install

Don’t forget about ldconfig

3 Comments »

  1. useful stuff.

    please tell how to install libjack-jackd2-0 and libva-dev on ubuntu 10.04

    Thanks

    Comment by Aska123 — May 14, 2013 @ 9:14 am

  2. error when run command
    make install

    /usr/bin/install: cannot create regular file `/usr/local/lib/libmp3lame.so.0.0.0′: Permission denied
    make[3]: *** [install-libLTLIBRARIES] Error 1
    make[3]: Leaving directory `/home/rohini/src/ffmpeg-0.11.1/lame-3.98.4/libmp3lame’
    make[2]: *** [install-am] Error 2
    make[2]: Leaving directory `/home/rohini/src/ffmpeg-0.11.1/lame-3.98.4/libmp3lame’
    make[1]: *** [install-recursive] Error 1
    make[1]: Leaving directory `/home/rohini/src/ffmpeg-0.11.1/lame-3.98.4/libmp3lame’
    make: *** [install-recursive] Error 1

    Comment by Aska123 — May 14, 2013 @ 9:16 am

  3. Hello
    make install it should be run as root. I think you run there as normal user.

    Comment by admin — May 14, 2013 @ 11:58 am

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress