About Release v1.0.0-alpha.29 pacakge
ljManThink opened this issue · 3 comments
The libc version that alpha29 depends on has changed compared with alpha28. If the libc version of the hotspot is lower than 2.28, gateway-rs cannot be started after auto upgrade.
I'm not sure that's changed? I think the aarch64 version already had a glibc dependency, but perhaps the builder is working with an older version. What version of glibc do you have installed?
The libc version that alpha29 depends on has changed compared with alpha28. If the libc version of the hotspot is lower than 2.28, gateway-rs cannot be started after auto upgrade.
我不确定是否发生了变化?我认为aarch64版本已经具有glibc依赖项,但也许构建器正在使用旧版本。您安装了什么版本的 glibc?
My glibc version is 2.27 ,I installed the helium-gateway-v1.0.0-alpha.28-raspi_64.deb,it can be started.
Enable the update checking and restart gateway-rs.
When the gateway-rs auto upgrade to alpha.29,it will not start because of the glibc version.
I'm going to assume you upgraded your linux version to a more recent to get glibc updated. For production use of gateway-rs (i.e. if you are a hotspot maker) I would recommend bundling it with your firmware releases, having your own build setup, or using docker.