<div dir="ltr"><div>You're right, that's exactly what the problem was - running ldconfig was all I needed to do. Thanks a lot.<br><br></div><div>Do you think I should be uninstalling the GStreamer packages in /usr/lib/* to stop this sort of thing from happening? Or is it safe to have both the package and source versions installed alongside each other?<br>
<br>Thanks again<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 3:26 AM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2013-07-23 at 03:12 +1200, Adam Goodwin wrote:<br>
<br>
Hi Adam,<br>
<div class="im"><br>
> After clarification from Robert Krakora regarding uvch264_src in<br>
> version 0.10 (thanks for that bit of info), I've decided to stick with<br>
> the 1.1.2 release for now as I was only missing a couple of<br>
> dependencies of uvch264src - which I have now found.<br>
><br>
><br>
> Unfortunately what I'm now finding is that when I configure, make and<br>
> install GStreamer 1.1.2, there seems to be something quite wrong.<br>
> After installing, running gst-inspect-1.0 gives the following:<br>
><br>
> gst-inspect-1.0: symbol lookup error: gst-inspect-1.0: undefined<br>
> symbol: _gst_caps_features_memory_system_memory<br>
<br>
</div>I'm guessing that you have installed GStreamer from source into the<br>
default prefix /usr/local/lib, and there is also a GStreamer 1.0 from<br>
packages installed into /usr/lib/*.<br>
<br>
I'm guessing that the dynamic linker finds and uses the older GStreamer<br>
in /usr/lib/* rather than the newer from-source one.<br>
<br>
You can check with:<br>
<br>
 ldd /path/to/gst-inspect-1.0<br>
<br>
You might need to add /usr/local/lib to your /etc/ld.so.conf* and/or run<br>
sudo ldconfig.<br>
<br>
Cheers<br>
 -Tim<br>
<div class="im"><br>
> If I "make uninstall" GStreamer, and run the build of gst-inspect-1.0<br>
> from ./tools/gst-inspect-1.0, I get the following:<br>
><br>
> staticelements:  bin: Generic bin<br>
> staticelements:  pipeline: Pipeline object<br>
><br>
> Total count: 1 plugin, 2 features<br>
><br>
><br>
> This seems much more reasonable, but I'd like to install GStreamer<br>
> properly. I've burned a few hours trying to get the install to work,<br>
> but I'm having no luck.<br>
><br>
><br>
> I couldn't find the same error mentioned anywhere else, but does<br>
> anyone recognise it or know why it would occur?<br>
><br>
> I can provide the output from ./configure, make, and make install, but<br>
> it doesn't look like anything went wrong there. I also tried release<br>
> 1.0.8 again and it seemed to install fine, but unfortunately<br>
> uvch264src isn't ported to that release.<br>
><br>
><br>
> If nobody has any ideas I guess I'll just try cloning the 0.10<br>
> repository and hopefully get uvch264_src that way.<br>
<br>
</div>Cheers<br>
 -Tim<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>