<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 2/15/25 18:12, James Abernathy
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANFv2E=LHAbG0dQomtbRytT4_n_fogFYd4Nx3XfZW+2HaUYHUw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>After a successful build of mythv using cmake on Archlinux,
          I copied all the files from the
          "CMAKE_INSTALL_PREFIX=mythtv-qt5-build" location to
          /usr/local/ and then did 'sudo ldconfig'</div>
        <div><br>
        </div>
        <div>I set up the mythtv-backend.service so it's would find
          mythbackend in /usr/local/bin/</div>
        <div><br>
        </div>
        <div>When I reboot, it shows mythtv-backend running but when I
          send firefox to localhost:6544, I see this in the log and a
          404 error in the browser. </div>
        <div><br>
        </div>
        <div>This had worked a few days ago on Debian. Maybe I'm missing
          something?</div>
        <div><br>
        </div>
        <div><span style="font-family:monospace"><span
              style="background-color:rgb(255,255,255);color:rgb(0,0,0)">Feb
              15 18:03:27 nucboxg3 mythbackend[1972]: </span><span
style="font-weight:bold;background-color:rgb(255,255,255);color:rgb(0,0,0)">mythbackend[1972]:
              W HTTP0 <a class="moz-txt-link-freetext" href="mythhttpfile.cpp:50">mythhttpfile.cpp:50</a> (ProcessFile) HTTPFile: Failed
              to find
              '/home/jim/mythtv-qt5-build/share/mythtv/html/apps/backend/index.html'</span><br>
            <span
              style="color:rgb(0,0,0);background-color:rgb(255,255,255)">
            </span><br>
          </span></div>
        <div>Jim A</div>
        <div><br>
        </div>
      </div>
      <br>
    </blockquote>
    <p>The value of -DMYTH_RUN_PREFIX= determines where it should run
      from. I suspect that you had -DMYTH_RUN_PREFIX set as some
      incorrect value.<br>
    </p>
    <p>Also at run time you can use MYTHTVDIR=/usr/local to override an
      incorrect MYTH_RUN_PREFIX used when building.</p>
    <p>Peter<br>
    </p>
  </body>
</html>