Re: ardour and tenacity fail to launch with libSoundTouch.so error
Reply #9 –
Alternative workaround for missing lib using Artix packages:
$ cd /usr/lib
$ ls -l libSoundTouch.so*
lrwxrwxrwx 1 root root 18 Jan 13 04:17 libSoundTouch.so -> libSoundTouch.so.2
lrwxrwxrwx 1 root root 22 Jan 13 04:17 libSoundTouch.so.2 -> libSoundTouch.so.2.3.1
-rwxr-xr-x 1 root root 96104 Jan 13 04:17 libSoundTouch.so.2.3.1
$ sudo ln -s libSoundTouch.so.2.3.1 libSoundTouch.so.1
Tested with ardour and soundtouch, didn't try tenacity-git.
The created link might need to be rm'd later, if it gives a "file exists" error from pacman, but when I uninstalled soundtouch it was deleted too so could be OK in that respect.