When I run the configure script I get the following error: ERROR: option '--enable-lame' failed: cannot compile and run a test program lame.h can be found in the following packages: lame http://www.mp3dev.org/
I have verified that the lame-3.96.1 is properly configured and installed. The lame.h file is properly located in /usr/include The libmp3lame.so file is properly located in /usr/lib and the lame program is properly located in /usr/bin Yet the configure script does not think that lame is installed WHY? I tried the --with-lame-prefix=/usr --with-lame-includes=/usr/include --with-lame-libs=/usr/lib configure options with no change in behavior. Is the configure script broken, or am I doing something wrong?
