I recently bought a new CD (can’t tell you the last time I did that was…) and was trying to rip it onto my Debian linux machine use “grip”. Long story short, I couldn’t figure out to install a proper mp3 ripping library – the two I know of being mp3encode and lame. Grip kept giving me “Invalid encoder executable Check your encoder config” errors on the encode step. What I eventually figured out was that neither of them have a debian package anymore (due to mp3 license issues?) – so you have to compile it on your machine if you want it.
I chose to install the lame library since that’s what I first ran across. Here’s how I went about that:
- Download the source tar from: http://lame.sourceforge.net/download/download.html
- Extract the source: tar -xvzf lame-3.X.tar.gz
- Change into the lame dir: cd lame-3.X
- Compile and install: ./configure && make && make install
If anybody knows how to do the equivalent for mp3encode, definitely let me know.

There are also deb packages available, which can be installed like so:
dpkg -i lame_3.97-0rarewares1_i386.deb
Of course, the name of the file you downloaded may not match the one above. Note you must run the command as superuser for the installation to succeed.
I love this sort of stuff : dpkg -i lame_3.97-0rarewares1_i386.deb you can install any kind of trojan or virus just by one line of code.
ps: be clever check your sources & cook for yourself … you never know who will put poison in you sandwich.