version-fox / version-fox/vfox
[BUG]: 所有 Node.js 版本都无法执行
@linghengqian is already working on this.
Since Sep 15, 2026.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 157
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 5
Description
Version
vfox version 1.0.11
OS
linux ImmortalWrt-798x-24.10
Describe the bug
在 ImmortalWrt-798x-24.10 系统上,所有 Node.js 版本都无法执行,显示缺少 glibc 依赖。
Screenshots[optional]
Error loading shared library ld-linux-aarch64.so.1: No such file or directory
系统信息
root@N60PRO:~# cat /etc/os-release
NAME="ImmortalWrt"
VERSION="24.10-SNAPSHOT"
ID="immortalwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="ImmortalWrt 24.10-SNAPSHOT"
VERSION_ID="24.10-snapshot"
HOME_URL="https://immortalwrt.org/"
BUG_URL="https://github.com/immortalwrt/immortalwrt/issues"
SUPPORT_URL="https://github.com/immortalwrt/immortalwrt/discussions"
BUILD_ID="r0-67c6f238"
OPENWRT_BOARD="mediatek/filogic"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS="no-all busybox"
OPENWRT_DEVICE_MANUFACTURER="ImmortalWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://immortalwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="ImmortalWrt 24.10-SNAPSHOT r0-67c6f238"
OPENWRT_BUILD_DATE="1769663058"
root@N60PRO:~# ldd --version
musl libc (aarch64)
Version 1.2.5
Dynamic Program Loader
Usage: ldd [options] [--] pathname
root@N60PRO:~# ls -la /lib | grep libc
lrwxrwxrwx 1 root root 7 Jan 29 2026 ld-musl-aarch64.so.1 -> libc.so
-rwxr-xr-x 1 root root 590852 Jan 29 2026 libc.so
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.