I'm trying to run /usr/share/mythtv/contrib/user_jobs/mythlink.pl but I get the following error:
Code:
Can't locate MythTV.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/share/mythtv/contrib/user_jobs/mythlink.pl line 22.
BEGIN failed--compilation aborted at /usr/share/mythtv/contrib/user_jobs/mythlink.pl line 22.
It seems like MythTV perl bindings aren't installed (did a search for MythTV using slocate and all I see are PHP and Python bindings). I installed mythtv 0.26 using the SBo slackbuild.
How do I get the perl bindings installed/found?