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
根据 #44 的issus我未能解决问题。
根据网上搜到的办法也未能解决。这个教程说不要盲目安装libc,所以来问问有啥解决办法么。
固件是 https://fw0.koolcenter.com/Lean/CMCC_RAX3000M/istoreos-mediatek-23.09.09-mt7981-cmcc_rax3000m-squashfs-sysupgrade.rar
配置信息:
# cat /etc/opkg.conf dest root / dest ram /tmp lists_dir ext /var/opkg-lists option overlay_root /overlay arch all 1 arch noarch 1 arch aarch64_cortex-a53 10 arch aarch64_generic 100
opkg print-architecture 命令结果:
arch all 1 arch noarch 1 arch aarch64_cortex-a53 10 arch aarch64_generic 100
安装报错:
# opkg install aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk Unknown package 'aliyundrive-webdav'. Collected errors: * pkg_hash_check_unresolved: cannot find dependency libc for aliyundrive-webdav * pkg_hash_fetch_best_installation_candidate: Packages for aliyundrive-webdav found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package aliyundrive-webdav.
CPU信息:
# cat /proc/cpuinfo processor : 0 model name : ARMv8 Processor rev 4 (v8l) BogoMIPS : 26.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 processor : 1 model name : ARMv8 Processor rev 4 (v8l) BogoMIPS : 26.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 # uname -a Linux iStoreOS-BoYv-705 5.4.250 #0 SMP Sun Sep 3 06:19:17 2023 aarch64 GNU/Linux
1、从 https://github.com/messense/aliyundrive-webdav/releases/tag/v2.3.3 下载软件包传到「CMCC_RAX3000M」:
# ls aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk luci-app-aliyundrive-webdav_2.3.3_all.ipk luci-i18n-aliyundrive-webdav-zh-cn_2.3.3-1_all.ipk
2、opkg install 安装:
# opkg install luci-app-aliyundrive-webdav_2.3.3_all.ipk Unknown package 'luci-app-aliyundrive-webdav'. Collected errors: * pkg_hash_check_unresolved: cannot find dependency libc for luci-app-aliyundrive-webdav * pkg_hash_check_unresolved: cannot find dependency aliyundrive-webdav for luci-app-aliyundrive-webdav * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-aliyundrive-webdav found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package luci-app-aliyundrive-webdav. # opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.3.3-1_all.ipk Unknown package 'luci-i18n-aliyundrive-webdav-zh-cn'. Collected errors: * pkg_hash_check_unresolved: cannot find dependency libc for luci-i18n-aliyundrive-webdav-zh-cn * pkg_hash_check_unresolved: cannot find dependency luci-app-aliyundrive-webdav for luci-i18n-aliyundrive-webdav-zh-cn * pkg_hash_fetch_best_installation_candidate: Packages for luci-i18n-aliyundrive-webdav-zh-cn found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package luci-i18n-aliyundrive-webdav-zh-cn. # opkg install aliyundrive-webdav_2.3.3-1_aarch64_cortex-a53.ipk Unknown package 'aliyundrive-webdav'. Collected errors: * pkg_hash_check_unresolved: cannot find dependency libc for aliyundrive-webdav * pkg_hash_fetch_best_installation_candidate: Packages for aliyundrive-webdav found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package aliyundrive-webdav. root@iStoreOS-BoYv-705:/mnt/data_sda1/aliyun-webdev#
2.3.3
路由器「iStoreOS」
不知道哪个是日志文件,没找到日志文件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
根据 #44 的issus我未能解决问题。
根据网上搜到的办法也未能解决。这个教程说不要盲目安装libc,所以来问问有啥解决办法么。
固件是 https://fw0.koolcenter.com/Lean/CMCC_RAX3000M/istoreos-mediatek-23.09.09-mt7981-cmcc_rax3000m-squashfs-sysupgrade.rar
配置信息:
opkg print-architecture 命令结果:
安装报错:
CPU信息:
重现步骤
1、从 https://github.com/messense/aliyundrive-webdav/releases/tag/v2.3.3 下载软件包传到「CMCC_RAX3000M」:
2、opkg install 安装:
版本
2.3.3
运行平台
路由器「iStoreOS」
日志
不知道哪个是日志文件,没找到日志文件
The text was updated successfully, but these errors were encountered: