<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 09/10/2017 02:25 PM, Paul Shepherd
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADTpab8zhCmt4F6fnQTFDsScHx-L2ahCct_FgUzXe9iAPkNdjA@mail.gmail.com">
      <div dir="ltr">
        <div>I have been running Mythtv 0.27.6 on Linux Mint 17.3 for
          several months without a problem.  I attempted an upgrade to
          0.28.1 which failed due to dependency issues, as these looked
          complicated to solve I decided to revert to 0.27.6.</div>
        <div><br>
        </div>
        <div>I had backed up the db and restored as per the wiki and
          this seemed to work ok, ie the backend and mythweb seem to
          work ok. However, <a href="http://mythlink.pl"
            moz-do-not-send="true">mythlink.pl</a> and optimize.sh
          report an error in the db schema:</div>
        <div><br>
        </div>
        <div>  Database schema 1317 not supported.</div>
        <div>  Bindings support schema version 1344</div>
        <div><br>
        </div>
        <div>So it seems I have some code/data files leftover from
          0.28.1 (which uses schema 1344) in my 0.27.6 system.</div>
        <div><br>
        </div>
        <div>I can't find where or what mythlink uses to return the
          erroneous schema version message - can someone advise me how
          to solve this problem please?</div>
        <div><br>
        </div>
        <div>thanks, paul</div>
        <div><br>
        </div>
        <div>ps also posted to the mythtv forum troubleshooting, but
          realised this list is more active.</div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    Perl bindings are installed here<br>
    /usr/local/share/perl/5.22.1/MythTV.pm<br>
    You could also check here, in case it used this location<br>
    /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/auto/MythTV<br>
    <br>
    Possibly because these are in /usr/local they are not being properly
    handled by the package manager. You could also try searching for
    file MythTV.pm, in case it is installed somewhere else or in case
    you have two copies of it now in your system. That is the file that
    contains the schema version information that is causing your
    problem.<br>
    <br>
  </body>
</html>