eros Posted May 20, 2015 Report Posted May 20, 2015 I've downloaded the free version of Spriter onto my Ubuntu distro, unzipped it into a local folder, but when I click the Spriter application it does not run - nothing happens, actually. I've also installed phonon via "apt-get install", by the way. When attempting to run from the command line I get the following error: liblcms.so.1: cannot open shared object file: No such file or directory JohnnyType, Asuqytrau, Arrgincey and 2 others 5 Quote
lucid Posted May 20, 2015 Report Posted May 20, 2015 Hi Eros, this issue will be resolved in the next version. Quote
eros Posted May 21, 2015 Author Report Posted May 21, 2015 Hi Eros, this issue will be resolved in the next version. Perfect, can't wait. I've used Spriter on Windows and love it, but would prefer it on my dev OS. Whenabouts will this release be? Quote
slug45 Posted May 21, 2015 Report Posted May 21, 2015 sudo apt-get install libphonon4 Ubuntu 15.04: sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.2 /usr/lib/x86_64-linux-gnu/libMagickCore.so.4 sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.2 /usr/lib/x86_64-linux-gnu/libMagickWand.so.4sudo ln -s /usr/lib/x86_64-linux-gnu/liblcms2.so.2 /usr/lib/x86_64-linux-gnu/liblcms.so.1 Ubuntu 14.10:sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickCore.so.5 /usr/lib/x86_64-linux-gnu/libMagickCore.so.4sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickWand.so.5 /usr/lib/x86_64-linux-gnu/libMagickWand.so.4 Quote
eros Posted May 22, 2015 Author Report Posted May 22, 2015 sudo apt-get install libphonon4 Ubuntu 15.04: sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.2 /usr/lib/x86_64-linux-gnu/libMagickCore.so.4 sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.2 /usr/lib/x86_64-linux-gnu/libMagickWand.so.4 sudo ln -s /usr/lib/x86_64-linux-gnu/liblcms2.so.2 /usr/lib/x86_64-linux-gnu/liblcms.so.1 Ubuntu 14.10:sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickCore.so.5 /usr/lib/x86_64-linux-gnu/libMagickCore.so.4 sudo ln -s /usr/lib/x86_64-linux-gnu/libMagickWand.so.5 /usr/lib/x86_64-linux-gnu/libMagickWand.so.4 That worked, thank you! Quote
slug45 Posted May 28, 2015 Report Posted May 28, 2015 No problem :). For those running Fedora 22 (64 bits): dnf install liblqr-1 sudo ln -s /usr/lib64/liblcms2.so.2 /usr/lib64/liblcms.so.1 sudo ln -s /usr/lib64/libbz2.so.1 /usr/lib64/libbz2.so.1.0 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.