<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
<br>
</div></div>Assuming you already did the &quot;make install&quot;, you will want to add the<br>
appropriate paths to the front of your PATH and LD_LIBRARY_PATH<br>
environment variables.  My guess is that LD_LIBRARY_PATH is unset, so<br>
doing something like this (under bash) may fix it:<br>
<br>
export LD_LIBRARY_PATH=/home/justin/mythtv-bin/lib<br>
<div><div></div><div class="h5"><br></div></div></blockquote></div>Yep, now I&#39;ve got some compile issues to resolve evidently...I knew there was a reason I was using the pre-built packages ;)<br>