[mythtv-users] Hauppauge HD-PVR2 / Colossus2 support

John P Poet jppoet at gmail.com
Thu Mar 8 01:52:47 UTC 2018


On Wed, Mar 7, 2018 at 6:34 PM Michael A Weber <mweberjunk01 at gmail.com>
wrote:

> On Feb 28, 2018, at 6:06 PM, John P Poet <jppoet at gmail.com> wrote:
>
> For those asking for HD-PVR2 support, there is finally something you can
> try:
>
> https://github.com/jpoet/HauppaugeUSB
>
> John
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
>
> John—
>
> I’m attempting to make this work, but I’m getting an error on the make:
>
> make: *** No rule to make target `-lboost_log', needed by `hauppauge2'.
> Stop.
>
> 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.
>
> Thoughts?  Sorry, I’m not versed in C++ to understand the problem.
>
> Mike
>

Does CentOS use yum or dnf?  You should be able to do something like

yum whatprovides */libboost_log.so

to find  what package is required.  Under Fedora, it gets installed in
/usr/lib64

ls -al /usr/lib64/libboost_log.so

If you see it in /usr/lib64, then the problem may be a ldconfig issue.

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20180308/7df6e5ac/attachment.html>


More information about the mythtv-users mailing list