[gst-devel] gst-launch error
Zheng, Shude
shude at margi.com
Fri Mar 28 22:09:50 CET 2008
Thanks, Tim, It works.
-----Original Message-----
> 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