<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 href="mailto:cats22@comcast.net" target="_blank">cats22@comcast.net</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 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>