Raspberry Pi Zero Supercollider Standalone

Hello,

I have recently gone back to compile SuperCollider from redFrik’s amazing work at https://github.com/redFrik/supercolliderStandaloneRPI1.

I’m running into a small problem with the Raspian Lite/Headless version, though, though, in the final line - in which Supercollider is presumably set to autoload at startup.

./sclang -a -l ~/supercolliderStandaloneRPI1/sclang.yaml mycode.scd

This produces the error:

./sclang: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory

Does anyone know why this might be happening or how to work around it?

Thank you!

I’ve not tested it, but would sudo apt install libreadline help?