I am trying to run the subsonic implementation lms on my RasPi. It wants to connect to musicbrainz via a https connection which fails with:
[WT] Http.Client: unsupported protocol: https
It uses wt for that and wt 4.14.1-2 does not seem to be built against openssl although it is listed as an optional dependency and my system has it installed. On x86 it is built against openssl.
Output of "uname -a; ldd /usr/lib/libwt.so | grep -Ei 'ssl|crypto'" is this:
Raspi machine:
Linux raspi 6.18.45-1-rpi #1 SMP PREEMPT Fri Aug 21 20:05:57 UTC 2026 aarch64 GNU/Linux
Intel machine:
Linux intellaptop 7.1.8-zen1-3-zen #1 ZEN SMP PREEMPT_DYNAMIC Tue, 11 Aug 2026 09:59:01 +0000 x86_64 GNU/Linux
libssl.so.3 => /usr/lib/libssl.so.3 (0x00007fcdb2c00000)
libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x00007fcdb1c00000)
So I kindly request to check whether the aarch64 wt package was built without the appropriate OpenSSL/HTTPS client support, and whether the ARM package should be rebuilt with it enabled?
