Tiny Core Linux
Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: crim on April 26, 2012, 06:45:50 PM
-
Hi
Audacity2.scm seems to be missing libtiff.so.5.
'/apps/audacity2/localbin/audacity: error while loading shared libraries: libtff.so.5: cannot open shared object file: no such file or directory'
Any ideas on where to find it? Thanks for all the hard work.
-
Hi,
libtiff.so.5 is in the gtk2.scm extension, so it should be found. Is gtk2.scm installed, or the standard gtk2.tcz?
-
Hi crim,
'/apps/audacity2/localbin/audacity: error while loading shared libraries: libtff.so.5: cannot open shared object file: no such file or directory'
The .desktop file uses a different path and executable
grep Exec /apps/audacity2/share/applications/audacity2.desktop
Exec=/apps/audacity2/bin/audacity2
Using this Audacity works fine.
-
Thanks SamK and JasonW - I installed gtk2.scm and now Audacity2 opens fine. Appreciate the quick help, keep up the good work!