2

I was building from source to test one bug i was facing, and I did apt-get remove gstreamer once. Since then when I do gst-launch it throws following:

$ gst-launch --version
/usr/local/bin/gst-launch-0.10: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

But if I do /home/user/Downloads/gstreamer/tools/gst-launch --version it shows latest version. Do you know how can I now solve it?

Nifle
  • 34,998
YumYumYum
  • 1,705

1 Answers1

0

Enter the folder you built from source in, and then use

sudo make install

You will probably need your password at this point.