Closed de-conf closed 4 years ago
我用google搜索了一下,是需要先编译固件在编译插件吗?
另外,强烈建议上CI直接放出安装包?
按照先编译固件,在编译软件包,软件包已经编译出来了,但是依赖不满足,怎么解决啊?
opkg install node_v12.16.1-1_arm_cortex-a9_vfpv3.ipk
Installing node (v12.16.1-1) to root...
* satisfy_dependencies_for: Cannot satisfy the following dependencies for node:
* libstdcpp6
* libnghttp2-14
* libuv1
* libatomic1
* opkg_install_cmd: Cannot install package node.
换成源里的node安装成功
这个提示是你现在的这个固件没有这些库文件。
固件版本与你编译的版本差异有点大,不建议这么折腾。
如果你确实要解决,可以在当前编译目录下找到这些库文件,有些可能是ipk,库文件直接放置lib目录,ipk用install安装。
建议直接用新编译的固件。
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: deconf <notifications@github.com> 发送时间: 2020年3月24日 19:35 收件人: maxlicheng/luci-app-unblockmusic <luci-app-unblockmusic@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[maxlicheng/luci-app-unblockmusic] openwrt官方源码编译不过去 (#119)
按照先编译固件,在编译软件包,软件包已经编译出来了,但是依赖不满足,怎么解决啊?
这个提示是你现在的这个固件没有这些库文件。 固件版本与你编译的版本差异有点大,不建议这么折腾。 如果你确实要解决,可以在当前编译目录下找到这些库文件,有些可能是ipk,库文件直接放置lib目录,ipk用install安装。 建议直接用新编译的固件。 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: deconf <notifications@github.com> 发送时间: 2020年3月24日 19:35 收件人: maxlicheng/luci-app-unblockmusic <luci-app-unblockmusic@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[maxlicheng/luci-app-unblockmusic] openwrt官方源码编译不过去 (#119) 按照先编译固件,在编译软件包,软件包已经编译出来了,但是依赖不满足,怎么解决啊? satisfy_dependencies_for: Cannot satisfy the following dependencies for node: libstdcpp6 libnghttp2-14 libuv1 libatomic1 opkg_install_cmd: Cannot install package node. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
已经解决问题,成功编译出来了,但是好像iptables好像有问题,只能手机解锁,uwp,windows(包括使用代理服务器 都不行 Linux下忽略证书错误并信任ca都不行
node 问题已经处理,看情况是缺少一个链接文件,但是咋处理呢?
以上为编译日志