Symbol lookup error running sclang on Ubuntu 22.04

Hi there,

I’ve successfully compiled SuperCollider from the latest sources found on git develop branch. Both cmake and make terminated properly. I followed the readme, and set the flags properly. I also ran ldconfig as su. I installed the app, and the IDE can even be started, but then I get this message Interpreter has quit. [Exit code: 127]
When I try to run sclang from the command line, I get the following output:

sclang: symbol lookup error: sclang: undefined symbol: _ZTINSt3_V214error_categoryE, version Qt_5

Any idea what might have caused this, and how to resolve it?

Thank you