stunnel / static-curl

static builds cURL with HTTP3
MIT License
218 stars 29 forks source link

often encounter the following issue on aarch64 #80

Closed super-vip closed 2 months ago

super-vip commented 3 months ago

./curl --version curl: dl-call-libc-early-init.c:37: _dl_call_libc_early_init: assumption `sym != NULL’ failed. Aborted (core dumped)

travislee89 commented 3 months ago

What is your Linux distribution, kernel version?
Please run these commands to show it.

uname -a
cat /etc/os-release

Or you can try the musl version.

super-vip commented 3 months ago

[root@k8s-kuboard v8-3.2-20240630]# uname -a Linux k8s-kuboard 4.19.90-2201.4.0.0135.up1.uel20.aarch64 #1 SMP Mon Feb 21 18:36:06 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

[root@k8s-kuboard v8-3.2-20240630]# arch aarch64

[root@k8s-kuboard v8-3.2-20240630]# cat /etc/os-release PRETTY_NAME="UnionTech OS Server 20" NAME="UnionTech OS Server 20" VERSION_ID="20" VERSION="20" ID="uos" PLATFORM_ID="platform:uel20" HOME_URL="https://www.chinauos.com/" BUG_REPORT_URL="https://bbs.chinauos.com/" VERSION_CODENAME="fuyu"

root@k8s-kuboard v8-3.2-20240630]# ldd --version ldd (GNU libc) 2.28 ......

@travislee89 This is not just the case on this aarch64 host, but you may encounter the previously mentioned errors on aarch64 hosts with different hardware platforms as well.

travislee89 commented 3 months ago

Please use musl version on UnionTech OS Server

super-vip commented 2 months ago

OK. The Musl-based version is fine.