<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/15/2016 10:09 PM, Mike Hodson
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAN++4hHsEEDBW1oEhK3zwqHhKVHvQX_YjWR8Z=Yrik=+Vjj23A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div class="gmail_extra"><br>
                    <div class="gmail_quote">On Mon, Feb 15, 2016 at
                      7:31 PM, Peter Bennett (cats22) <span dir="ltr"><<a
                          moz-do-not-send="true"
                          href="mailto:cats22@comcast.net"
                          target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:cats22@comcast.net">cats22@comcast.net</a></a>></span>
                      wrote:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        <div bgcolor="#FFFFFF" text="#000000"> I am on
                          wily and trying to test mythtv 0.28. It seems
                          the below error is caused by a qt 5.4.2 bug. I
                          tried downloading the qt 5.5.1 binary
                          installer from <a moz-do-not-send="true"
                            href="http://qt.io" target="_blank">qt.io</a>,
                          but that installs into /opt/Qt5.5.1. I pointed
                          LD_LIBRARY_PATH at /opt/Qt5.5.1/5.5/gcc_64/lib
                          where the libraries are, and ran the backend.
                          The backend fails with "error while loading
                          shared libraries: libgstapp-0.10.so.0: cannot
                          open".<br>
                        </div>
                      </blockquote>
                    </div>
                  </div>
                  <br>
                </div>
                Having worked with a lot of stubborn package based
                distros before finding Gentoo, my usual MO would be :<br>
                <br>
              </div>
              Download new gstreamer<br>
            </div>
            Totally replace gstreamer install with new gstreamer install<br>
            <br>
          </div>
          <div>./configure --prefix=/usr ; make ; make install<br>
            <br>
          </div>
          As for why it doesnt just look at the '.so' and instead looks
          for the versioned .so, well, the reason the SO version changes
          is when the application's API changes backwards-incompatibly.
          It won't link and work the same, so if a program codes to a
          specific API version, then the library to use that API must
          also match. <br>
          <br>
        </div>
        <div>Your mileage may vary with regard to the ease of doing
          this; you may need numerous -dev header packages installed
          along with GCC etc.<br>
        </div>
        <div><br>
        </div>
        Mike<br>
        <br>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    Thanks for the suggestion. I got the gstreamer 0.10 installed, then
    I get a different error. First it said "QSqlDatabase: QMYSQL driver
    not loaded". I added environment string "export
    QT_PLUGIN_PATH=/opt/Qt5.5.1/5.5/gcc_64/plugins". Now it gets "Unable
    to create database object (DBManager0), the installed QT driver may
    be invalid". <br>
    <br>
    Peter<br>
    <br>
  </body>
</html>