We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
缺少:zlib / libpcre2 / ca-certificates / wget 希望补充 以下是日志与验证: root@Immortalwrt:~# opkg update Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz
Collected errors:
root@Immortalwrt:# opkg list-installed|grep -e zlib -e libpcre2 -e ca-certificates -e wget root@Immortalwrt:#
临时解决方案,自己下载了这几个包 root@Immortalwrt:/tmp# opkg install ./zlib_1.2.13-1_x86_64.ipk ./libpcre2_10.42-1_x86_64.ipk ./ca-certificates_20240203-1_all.ipk ./wget-ssl_1.21.4-1_x86_64.ipk Installing zlib (1.2.13-1) to root... Installing libpcre2 (10.42-1) to root... Installing ca-certificates (20240203-1) to root... Installing wget-ssl (1.21.4-1) to root... Configuring libpcre2. Configuring ca-certificates. Configuring zlib. Configuring wget-ssl.
然后可以用了 root@Immortalwrt:/tmp# opkg update Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_core Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.sig Signature check passed. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_base Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.sig Signature check passed. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_luci Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.sig Signature check passed. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_packages Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.sig Signature check passed. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_routing Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.sig Signature check passed. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz Updated list of available packages in /var/opkg-lists/immortalwrt_telephony Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.sig Signature check passed.
The text was updated successfully, but these errors were encountered:
immortalwrt/immortalwrt#1124
Sorry, something went wrong.
No branches or pull requests
缺少:zlib / libpcre2 / ca-certificates / wget
希望补充
以下是日志与验证:
root@Immortalwrt:~# opkg update
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz
Collected errors:
root@Immortalwrt:
# opkg list-installed|grep -e zlib -e libpcre2 -e ca-certificates -e wget#root@Immortalwrt:
临时解决方案,自己下载了这几个包
root@Immortalwrt:/tmp# opkg install ./zlib_1.2.13-1_x86_64.ipk ./libpcre2_10.42-1_x86_64.ipk ./ca-certificates_20240203-1_all.ipk ./wget-ssl_1.21.4-1_x86_64.ipk
Installing zlib (1.2.13-1) to root...
Installing libpcre2 (10.42-1) to root...
Installing ca-certificates (20240203-1) to root...
Installing wget-ssl (1.21.4-1) to root...
Configuring libpcre2.
Configuring ca-certificates.
Configuring zlib.
Configuring wget-ssl.
然后可以用了
root@Immortalwrt:/tmp# opkg update
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_core
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/targets/x86/64/packages/Packages.sig
Signature check passed.
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_base
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/base/Packages.sig
Signature check passed.
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_luci
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/luci/Packages.sig
Signature check passed.
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_packages
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/packages/Packages.sig
Signature check passed.
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_routing
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/routing/Packages.sig
Signature check passed.
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/immortalwrt_telephony
Downloading https://mirrors.vsean.net/openwrt/releases/23.05.2/packages/x86_64/telephony/Packages.sig
Signature check passed.
The text was updated successfully, but these errors were encountered: