[gst-devel] helloworld build problems
Damien Lespiau
damien.lespiau at gmail.com
Tue Dec 23 11:45:27 CET 2008
2008/12/23 Rajesh K <gstdoubts at gmail.com>:
> Hi,
Hi !
> The I set the LD_LIBRARY_PATH as follows
> $set
> LD_LIBRARY_PATH=($HOME/gstreamer_build/GST/include/gstreamer-0.10/:$HOME/gstreamer_build/GST/lib/:$LD_LIBRARY_PATH)
> when I try to run playbin
> It says it cannot find the shared library libgstreamer-0.10.21
> ldd produces the following output
> $ldd ./playbin
> libgstreamer-0.10.so.0 => not found
I don't know which shell you are using, but if it's a bourne shell you
really should export your env. var.
$ set FOO=yo
$ echo $FOO
$ export FOO=yo
$ echo $FOO
yo
--
Damien
More information about the gstreamer-devel
mailing list