[EMAIL PROTECTED] wrote: > Its worth noting my lame version is the latest: > > [EMAIL PROTECTED] lame-3.89]# lame --version > LAME version 3.89 (beta 1, Jul 31 2006) (http://www.mp3dev.org/) > > below is some output. seems to pick up the wrong version of lame. > > [EMAIL PROTECTED] transcode]# ./configure |grep lame
> checking lame version... 388 > lame no > ERROR: option '--enable-lame' failed: lame version < 3.89 > lame.h can be found in the following packages: > lame http://www.mp3dev.org/ Are you sure that you don't have multiple versions of lame installed? If you are totally sure, you could try changing the requirements in the "configure.in" file: around line 740 the minimum lame version is specified. Try changing that from 389 to 388. cheers Michael