<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">>For the -lGL error, you need a library named <br>>libGL.so, so you search for a package containing
<br>>a file with that name.<br><br>You are right. I had the package installed, but the package was named /usr/lib/libGL.so.1.2. Apparently mythtv couldn't find it there. I needed a symbolic link from libGL.so to the real package:
<br><br>ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so<br><br>Now, I was able to build the package.<br></font></font>