|
|
本帖最后由 skywing 于 2016-5-22 23:11 编辑
路由器为netgear wnr-3500l v1,装的固件为官方15.05.1
看不上官方源里的阉割版的aria2,自己编译了支持bt和磁力链的全功能版(我是个懒人啊,想找个别人编译好的,无奈brcm47xx太偏门,找来找去都找不到,只好自己动手了)
安装的时候遇到坑了,提示
- Collected errors:
- * opkg_install_pkg: Package aria2 sha256sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
复制代码
Google了下,问题解决,安装时使用如下命令跳过校验就好
- root@OpenWrt:~# opkg install /tmp/aria2_1.18.7-1_brcm47xx.ipk --force-checksum
复制代码
正常安装,自己从官方源上下载了依赖包
- Installing aria2 (1.18.7-1) to root...
- Ignored aria2 sha256sum mismatch.
- Installing zlib (1.2.8-1) to root...
- Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm47xx/mips74k/packages/base/zlib_1.2.8-1_brcm47xx.ipk.
- Installing libxml2 (2.9.2-3) to root...
- Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm47xx/mips74k/packages/packages/libxml2_2.9.2-3_brcm47xx.ipk.
- Installing libpthread (0.9.33.2-1) to root...
- Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm47xx/mips74k/packages/base/libpthread_0.9.33.2-1_brcm47xx.ipk.
- Installing libstdcpp (4.8-linaro-1) to root...
- Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm47xx/mips74k/packages/base/libstdcpp_4.8-linaro-1_brcm47xx.ipk.
- Installing libopenssl (1.0.2g-1) to root...
- Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/brcm47xx/mips74k/packages/base/libopenssl_1.0.2g-1_brcm47xx.ipk.
- Configuring libpthread.
- Configuring zlib.
- Configuring libxml2.
- Configuring libstdcpp.
- Configuring libopenssl.
- Configuring aria2.
复制代码
想查看下版本,居然提示aria2c命令不存在,明明已经安装好的,这是怎么回事,怎么解决?
- root@OpenWrt:~# aria2c -v
- -ash: aria2c: not found
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|