[gst-devel] Problem with GStreamer Path

Daniel Díaz mrchapp at gmail.com
Wed Mar 22 10:01:03 CET 2006


Hello, Vinay.


On 3/22/06, Vinay Krishnamurthy <vinay.kmurthy at gmail.com> wrote:
[...]
> But when I run any gstreamer commands, it gives me a message saying
>
> "./gst-inspect-0.10: error while loading shared libraries:
> libgstreamer-0.10.so.0
> : cannot open shared object file: No such file or directory".

If you have strace for your platform, use it wisely: `strace
./gst-inspect-0.10`. There you will be able to see what directories it
is trying to access.

Try the same with your embedded ldd: `ldd gst-inspect-0.10`.

Also, check the sanity of all your files with the file command: `file
gst-inspect-0.10`, it should tell you it is compiled for ARM. You can
do the same for your libraries.

A lot of people is using GStreamer on ARM architectures, so we can
assure you that it works all right. With some more information I'm
sure we will be able to provide further assistance.

Greetings.

Daniel Díaz
yosoy at danieldiaz.org



> While building for ARM, i had given a configure option
> "--disable-rpath". I have also set the LD_LIBRARY_PATH to /tmp/arm/lib
> directory which contains all the gstreamer libraries.
>
> But still I am facing this problem.
>
> Can you please guide me to the soln?
>
> Vinay K.




More information about the gstreamer-devel mailing list