nRF Connect for VS Code - Manage SDKs fails on Ubuntu 24.04 LTS

Toolchain v2.6.1 installed. Attempt to Manage SDKs fails.

[13:12:52] nRF Command Line Tools 10.24.2 are up to date
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
/home/jrc/ncs/toolchains/2be090971e/usr/local/libexec/git-core/git-remote-https: error while loading shared libraries: libunistring.so.2: cannot open shared object file: No such file or directory

Problem may be a library version mismatch:

$ strings ncs/toolchains/2be090971e/usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2 | grep unistring
libunistring.so.2
$ strings /usr/lib/x86_64-linux-gnu/libpsl.so.5.3.4 | grep unistring
libunistring.so.5
$

Related