Error loading shared libraries

Ubuntu 17.10, GStreamer is installed.

#./nvidia-gfx-debugger
/home/XXX/bin/lgd/nvidia-gfx-debugger.bin: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

Please guys, if you are not going to provide source code for us to compile and dont have the resources to make build packages for every platform… just make a flatpak, snappy or link statically…

Thanks

Hi,

Ubuntu 17.10 is not officially supported on LGD yet. Please check LGD release note for supported OS.

Meanwhile, you can try a workaround following this:

wget http://fr.archive.ubuntu.com/ubuntu/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-1_amd64.deb
wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5ubuntu1_amd64.deb
sudo dpkg -i libgstreamer*.deb

source: https://github.com/toggl/toggldesktop/issues/1894

Worked for me.