Mailing List Archive

mythlink.pl
I have 0.31/fixes of mythtv on debian buster. I am trying to get
mythlink.pl to work and it refuses. First, it needed several packages,
and I installed all of them. Now it runs, but reports that it does not
support the database schema. Specifically,
> ~/bin/mythlink.pl --link .
> Database schema 1361 not supported.
> Bindings support schema version 1350

How do I help it further to work with schema 1361?

Ramesh

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org
Re: mythlink.pl [ In reply to ]
On Thu, 6 May 2021 17:55:59 -0500, you wrote:

>I have 0.31/fixes of mythtv on debian buster. I am trying to get
>mythlink.pl to work and it refuses. First, it needed several packages,
>and I installed all of them. Now it runs, but reports that it does not
>support the database schema. Specifically,
>> ~/bin/mythlink.pl --link .
>> Database schema 1361 not supported.
>> Bindings support schema version 1350
>
>How do I help it further to work with schema 1361?
>
>Ramesh

The word "schema" does not appear in the mythlink.pl source code, so I
looked for those messages in the MythTV Perl bindings (in
/usr/share/perl5 in Ubuntu) and found them in MythTV.pm there. So
that suggests that you have an old version of the Perl bindings
installed that does not match your main MythTV version. In Ubuntu,
the package is "libmythtv-perl".
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org