Quote Originally Posted by pwoodhouse2000 View Post
so I'm a complete newcomer, although I was a bit of a unix-head in a previous life. First - thanks to the initial poster - I lost many hours of sleep trying to get fuppes to compile, and there was always one more library. It's up and running now on my 9.04 64bit server, and my Yamaha receiver can actually see the data...but I can't for the life of me get taglib enabled. I've tried ./configure --enable-taglib

anyone out there done this?
You need to enable two-lame (--enable-twolame). FYI --enable-taglib isn't an option (check with ./configure --help), but it wasn't really clear two-lame would do it either, so don't feel bad about asking.

To get all features enabled I added "libsimage-dev libfaad-dev libexiv2-dev" to the list of things to install (also included twisted_steels suggested packages). I configured with the following line:
./configure --enable-lame --enable-twolame --enable-mad --enable-faad --prefix=/us

This is on an x86_64 Jaunty box. There's a launcher script I've used in the past on Fedora and Gentoo here, should work fine in Ubuntu.