01-18-2021, 07:04 PM
(This post was last modified: 01-18-2021, 07:06 PM by ElijahLynn.)
I am trying to get this working with a Focusrite Scarlet (1st gen) on Arch Linux. I am getting the error when trying to run with sudo:
> ./JamKazam: error while loading shared libraries: libevent_extra-2.1.so.6: cannot open shared object file: No such file or directory
Which does make sense as I am running the latest package of libevent. Libevent 2.16 was a beta release, released on Aug 26 2016 (https://github.com/libevent/libevent/releases). So it does seem that is due for a dependency upgrade. I will try to downgrade from 2.1.12 to 2.1.6 in the meantime.
I can get it to run if I just run run.sh though, but the latency test fails badly with this interface.
> ./JamKazam: error while loading shared libraries: libevent_extra-2.1.so.6: cannot open shared object file: No such file or directory
Which does make sense as I am running the latest package of libevent. Libevent 2.16 was a beta release, released on Aug 26 2016 (https://github.com/libevent/libevent/releases). So it does seem that is due for a dependency upgrade. I will try to downgrade from 2.1.12 to 2.1.6 in the meantime.
I can get it to run if I just run run.sh though, but the latency test fails badly with this interface.