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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 12 09:45:18 PDT 2010


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com

--- Comment #23 from Edward Hervey <bilboed at gmail.com> 2010-10-12 16:45:14 UTC ---
Updates.

First of all .... DIE LIBTOOL DIE.

Second : the problem it wasn't able to load the plugins/libraries above, is
because despite having LD_LIBRARY_PATH properly set for the various tests ...
it was using the local plugin scanner
(../../libs/gst/helpers/gst-plugin-scanner) for which libtool decided to set
the following LD_LIBRARY_PATH:

""""
    # Add our own library path to LD_LIBRARY_PATH
   
LD_LIBRARY_PATH="/home/bilboed/work/devel/gstreamer/gst/.libs:/usr/lib64:$LD_LIBRARY_PATH"
""""

... yes, putting the system-wide path before LD_LIBRARY_PATH... therefore
preventing the user-set one from being properly used.

Last of all ... see my first remark.

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




More information about the Gstreamer-bugs mailing list