This is the error I'm getting when I try and execute the binary -
./BitShares: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory
Okay -
sudo apt-get install libgstreamer0.10-0
Now this -
./BitShares: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
sudo apt-get install libgstreamer-plugins-base0.10-0
Right so now it runs without any lib errors but I'm now getting this message from Bitshares GUI -
"An error occurred while trying to start. Please try restarting the application."
I re-run the programe and the loading screen loads with some information about what it's doing i.e. loading the blockchain etc and then just as it's about to launch it crashes with "Segmentation fault (core dumped)"
I'm having a lot of fun trying to get bitshares running
