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 &quot;You must have the Lame MP3&nbsp; encoding library installed to compile Myth.&quot;<br>
<br>
Eventually, I read through the actual configure script file and found that it was<br>
looking for a file named &quot;libmp3lame*&quot;, where the '*' is a wildcard character.<br>
But, it wasn't looking in the right place.&nbsp; To help the configure script along,<br>
I added the line, &quot;/usr/lib64&quot;, at the bottom of the file, &quot;/etc/ld.so.conf&quot;.<br>
And followed that bit of editting with the command, &quot;/sbin/ldconfig&quot;.<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.&nbsp; Naturally, I'm hoping it's the former.&nbsp; 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>