I am running Fedora 43, and I followed the SDK installation instructions, but the step to install an emulator fails with a seemingly easily explanatory error:
Couldn't launch emulator:
qemu-pebble: error while loading shared libraries: libsndio.so.7: cannot open shared object file: No such file or directory
I double-checked that the dependencies were correctly installed before following the sndio project’s installation guide. That installs libsndio.so.9, so I created a symlink with the expected .7 suffix. I also ensured that /usr/local/lib was added to the system’s library search path (via ldconfig). However, I still get the above error.
Has anyone else struggled with this, or am I missing something obvious?