Question : How do I install ffmpeg in Linux Debian Lenny?

Hi experts, I'm trying to install ffmpeg on Debian Lenny but with no luck. Have anyone done this before and could walk me through. I tried a few online guides but with no luck. http://www.hiteshagrawal.com/ffmpeg/installing-ffmpeg-easily-on-linux is the closet one I came to making it work. The last step which I need to "make install", it produced the error below. Thanks for any help.
1:
2:
3:
4:
g# make install
Installing shared extensions:     /usr/lib/php5/20090626/
cp: cannot stat `modules/*': No such file or directory
make: *** [install-modules] Error 1

Answer : How do I install ffmpeg in Linux Debian Lenny?

Have you used the repository?

sudo apt-get install ffmpeg

It should do it automatically. The above is a command line but Synaptic should work as well. I have debian/ubuntu servers so it's command line stuff for me.
Random Solutions  
 
programming4us programming4us