[gstreamer-bugs] [Bug 613394] Gstreamer links tools against its system libs, not srcdir libs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 25 04:55:35 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=613394
  GStreamer | gstreamer (core) | git

--- Comment #15 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-03-25 11:55:31 UTC ---
(From update of attachment 156921)
>...
>[pid 26984] open("/home/plaes/code/gstreamer/gst/.libs/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
>[pid 26984] open("/home/plaes/code/gstreamer/libs/gst/check/.libs/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
>[pid 26984] open("/home/plaes/code/gstreamer/libs/gst/base/.libs/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
>...
>[pid 26984] open("../../plugins/elements/.libs/libgstcoreelements.so", O_RDONLY) = 4
>[pid 26984] open("/home/plaes/code/gstreamer/gst/.libs/libgstbase-0.10.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
>[pid 26984] open("/usr/lib64/libgstbase-0.10.so.0", O_RDONLY) = 4
>(gst-plugin-scanner:26984): GStreamer-WARNING **: Failed to load plugin '../../plugins/elements/.libs/libgstcoreelements.so': ../../plugins/elements/.libs/libgstcoreelements.so: undefined symbol: gst_type_find_helper_get_range_ext
>[pid 26984] open("../../plugins/indexers/.libs/libgstcoreindexers.so", O_RDONLY) = 4

So, when loading the plugin scanner binary, it still happily searches the local
library paths provided (as it should, since the libtool wrapper script sets
LD_LIBRARY_PATH etc.), but then when it opens the libgstcoreelements.so module,
it doesn't look for libgstbase-0.10.so.0 in those paths any more.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list