sources.list
deb http://www.debian-multimedia.org testing main
apt-get update
apt-get install lame
apt-get install liblame0
apt-get install liblame-dev
--------------
libmp3lame.so is in
usr/lib/
検索して参考にしたサイト
http://dilettante.wordpress.com/2007/05/23/etch-from-scratch-lame/
の最初のコメントをそのまま実行したら、LAMEがインストール出来ました。これでAudacityを使ってWAVEファイルをMP3に変換出来ます。
lame0: This package contains the library needed to run programs dynamically linked with libmp3lame.
liblame-dev: This package contains the static library and header files.
lame-extras: This package contains a streming server (mp3rtp) and a graphical frame analysis tool (mp3x) for mp3 files.