<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    on 6/12/2012 12:44 PM Michael Drons carved the following into a
    picnic table:
    <blockquote
      cite="mid:1339519480.74879.YahooMailNeo@web160202.mail.bf1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div id="yiv872452117">
          <div>
            <div
              style="color:#000;background-color:#fff;font-family:times
              new roman, new york, times, serif;font-size:12pt;">
              <div id="yiv872452117yui_3_2_0_18_133951326140840">mythweb
                is not generating the preview image under the recorded
                programs.&nbsp; <br>
                <span></span></div>
              <div id="yiv872452117yui_3_2_0_18_133951326140889"><br>
              </div>
              <div id="yiv872452117yui_3_2_0_18_133951326140890">I am
                not even sure where to begin to look.&nbsp; Is this a mythweb
                issue, php issue, apache issue??</div>
              <div id="yiv872452117yui_3_2_0_18_1339513261408143"><br>
              </div>
              <div id="yiv872452117yui_3_2_0_18_1339513261408144">Where
                should I start to look?</div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    When I upgraded from 0.24 to 0.25 last week, I noticed the same
    thing.&nbsp; When I tried to run mythpreviewgen from the command line
    (replicating commands I saw in the logs) to see what it was actually
    doing, it crashed.&nbsp; A quick ldd showed it looking for a bunch of
    files in /usr/lib with many of them having 0.24 in the name (all
    dated around mid-December).&nbsp; No idea where they came from or why
    they didn't get removed when I upgraded.&nbsp; I don't currently have,
    nor have ever installed, any 32-bit packages on my machines.&nbsp; They
    are old enough that I don't think they are a result of the current
    0.24-bijou to 0.25 upgrade...possibly from a test build from source
    that I did trying to get the ceton card working before the bijou
    packages were released.&nbsp; Not one of them reports as being owned by a
    package and removing them fixed the problem.&nbsp; Not saying this is
    your problem, but it's a pretty good place to start.<br>
    <br>
    A couple of commands to at least let you validate the libraries
    (provided you are using an rpm-based system):<br>
    ldd /usr/bin/mythpreviewgen<br>
    for FILE in `find /lib* /usr/lib* -type f`; do rpm -q --whatprovides
    $FILE|grep "not owned"; done<br>
    <br>
    Scott<br>
  </body>
</html>