Tiny Core Linux

Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: crim on April 26, 2012, 06:45:50 PM

Title: Audacity2.scm missing libtiff.so.5
Post 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.
Title: Re: Audacity2.scm missing libtiff.so.5
Post by: Jason W on April 26, 2012, 09:51:56 PM
Hi,
libtiff.so.5 is in the gtk2.scm extension, so it should be found.  Is gtk2.scm installed, or the standard gtk2.tcz?
Title: Re: Audacity2.scm missing libtiff.so.5
Post by: SamK on April 27, 2012, 03:55:38 AM
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
Code: [Select]
grep Exec /apps/audacity2/share/applications/audacity2.desktop
Exec=/apps/audacity2/bin/audacity2
Using this Audacity works fine.
Title: Re: Audacity2.scm missing libtiff.so.5
Post by: crim on April 27, 2012, 05:59:17 AM
Thanks SamK and JasonW - I installed gtk2.scm and now Audacity2 opens fine. Appreciate the quick help, keep up the good work!