<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
</span>I apologize for my lack of clarity.  I was fairly burned out when I<br>
wrote the original post.  I've been building using mythtv source for<br>
about 8 years or so.  This is the build process I follow:<br>
<br>
1) git update - For main mythtv source<br>
2) run Configure (for me that means this command line:  ./configure<br>
--prefix=/usr/local/mythtv.0.27 --disable-mythlogserver --enable-vdpau<br>
--with-bindings=perl<br>
3) make<br>
4) make install (this is what I mean by install the binaries)<br>
5) ldconfig as root (to update the cache of shared libraries)<br>
<br>
6) git update - for plugins<br>
7) run configure : ./configure --prefix=/usr/local/mythtv.0.27<br>
--disable-mythgame --enable-mythbrowser --enable-mythzoneminder<br>
--enable-mythnetvision --enable-m<br>
ythnews --disable-mythweather<br>
8) make<br>
9) make install<br>
10) ldconfig as root<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>... shouldn't you do step (9) as root also? </div></div></div></div>