gmalone Posted September 3, 2016 Report Posted September 3, 2016 After unpacking the tar file and executing ./Spriter, the following error is thrown... ~/Downloads/SpriterR9(64)$ ./Spriter: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory Kindly advise... Thanks. Quote
lucid Posted September 3, 2016 Report Posted September 3, 2016 Please try: sudo apt-get install libgstreamer0.10-0 and if that doesn't fix it try: sudo apt-get install libgstreamer-plugins-base0.10-dev Quote
gmalone Posted September 3, 2016 Author Report Posted September 3, 2016 Thanks! The latter solution did the trick. Got other missing files messages until installed the whole library pkg. I can imagine that testing the Linux version may miss this kind of thing when being tested on a machine that already has the libraries and dependencies installed (as opposed to fresh Linux install). Cool. Thanks again. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.