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
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
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
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