[gst-devel] gst-launch error

Tim Müller t.i.m at zen.co.uk
Fri Mar 28 21:18:11 CET 2008


On Fri, 2008-03-28 at 11:32 -0800, Zheng, Shude wrote:

> I build gstreamer-0.10.18 and gst-plugins-base-0.10.18 on Ubuntu. 
>
> Run: gst-launch fakesrc num-buffers=3 ! fakesink 
>
> It displays the error:
>
> Symbol look up error: /usr/local/bin/gst-launch-0.10: undefined
> symbol: _gst_debug_bin_dot_file_with_ts.
>
> Any help would be greatly appreciated,

It means /usr/local/bin/gst-launch-0.10 uses the
(older) /usr/lib/libgstreamer-0.10.so from the default prefix.

Try (in your shell, before running gst-launch-0.10), something like:

 export PATH="/usr/local/bin:$PATH"
 export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
 export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"

Cheers
 -Tim







More information about the gstreamer-devel mailing list