<div dir="ltr">On Wed, Mar 7, 2018 at 6:34 PM Michael A Weber <<a href="mailto:mweberjunk01@gmail.com">mweberjunk01@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><blockquote type="cite"><div>On Feb 28, 2018, at 6:06 PM, John P Poet <<a href="mailto:jppoet@gmail.com" target="_blank">jppoet@gmail.com</a>> wrote:</div><br class="m_2624781354230058381Apple-interchange-newline"></blockquote></div></div><div style="word-wrap:break-word"><div><blockquote type="cite"><div><div dir="ltr"><div>For those asking for HD-PVR2 support, there is finally something you can try:<br><br><a href="https://github.com/jpoet/HauppaugeUSB" target="_blank">https://github.com/jpoet/HauppaugeUSB</a><br><br></div>John<br><br></div>
_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br><a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br><a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br></div></blockquote></div></div><div style="word-wrap:break-word"><div><blockquote type="cite"><div></div></blockquote></div><br><div>John—</div><div><br></div><div>I’m attempting to make this work, but I’m getting an error on the make:</div><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-variant-ligatures:no-common-ligatures">make: *** No rule to make target `-lboost_log', needed by `hauppauge2'. Stop.</span></div></div><div><br></div><div>This is on CentOS 7.4, and I’ve ensured all dependencies are installed. Also, I just downloaded the v29-fixes as you ordered, recompiled and installed.</div><div><br></div><div>Thoughts? Sorry, I’m not versed in C++ to understand the problem.</div><div><br></div><div>Mike</div></div></blockquote><div><br></div><div>Does CentOS use yum or dnf? You should be able to do something like<br><br></div><div>yum whatprovides */libboost_log.so <br></div><div><br>to find what package is required. Under Fedora, it gets installed in /usr/lib64<br><br>ls -al /usr/lib64/libboost_log.so<br><br></div><div>If you see it in /usr/lib64, then the problem may be a ldconfig issue.<br><br></div><div>John<br></div><div><br></div></div></div>