Working along, trying to build a MythTV system on an AMD64 machine,<br>
I encountered the following bump in the road.<br>
<br>
The output of ./configure --enable-dvb<br>
was "You must have the Lame MP3 encoding library installed to compile Myth."<br>
<br>
Eventually, I read through the actual configure script file and found that it was<br>
looking for a file named "libmp3lame*", where the '*' is a wildcard character.<br>
But, it wasn't looking in the right place. To help the configure script along,<br>
I added the line, "/usr/lib64", at the bottom of the file, "/etc/ld.so.conf".<br>
And followed that bit of editting with the command, "/sbin/ldconfig".<br>
<br>
After those few steps, ./configure --enable-dvb ran just fine.<br>
<br>
I'm posting this either as a possible solution to a minor problem, OR,<br>
as a bad idea. Naturally, I'm hoping it's the former. But if you know that<br>
it's the latter (a bad idea), then please post some alternative to the steps<br>
above.<br>
<br>
I haven't gone beyond the ./configure step - out of time until tomorrow.<br>
So, it could still all blow up, but right now the signs are positive for a<br>
successful MythTV build.<br>
<br>
-- <br>
Ed<br>
<br>