kenzok8 / small

ssr passwall bypass依赖
Apache License 2.0
1.01k stars 792 forks source link

能否添加libopenssl-legacy相关文件,目前编译时发现shadowsocksr-libev缺少该依赖 #138

Closed Glunefish closed 6 months ago

Glunefish commented 6 months ago

能否添加libopenssl-legacy相关文件,目前编译时发现shadowsocksr-libev缺少该依赖

kenzok8 commented 6 months ago

libopenssl-legacy 37行里包含了 https://github.com/kenzok8/small/blob/master/shadowsocksr-libev/Makefile

Glunefish commented 6 months ago

看了是包含了,但是还是报错,这是哪里的问题大佬能否告之 WARNING: Makefile 'package/feeds/smpackage/core/Makefile' has a dependency on 'firewall4', which does not exist WARNING: Makefile 'package/feeds/smpackage/daed-next/Makefile' has a dependency on 'kmod-xdp-sockets-diag', which does not exist WARNING: Makefile 'package/feeds/smpackage/daed-next/Makefile' has a build dependency on 'bpf-headers', which does not exist WARNING: Makefile 'package/feeds/smpackage/homeproxy/Makefile' has a dependency on 'firewall4', which does not exist WARNING: Makefile 'package/feeds/smpackage/luci-app-homeproxy/Makefile' has a dependency on 'firewall4', which does not exist WARNING: Makefile 'package/feeds/smpackage/luci-app-tencentcloud-cos/Makefile' has a dependency on 'vsftpd-alt', which does not exist WARNING: Makefile 'package/feeds/smpackage/luci-app-torbp/Makefile' has a dependency on 'obfs4proxy', which does not exist WARNING: Makefile 'package/feeds/smpackage/openwrt/Makefile' has a dependency on 'libasan', which does not exist WARNING: Makefile 'package/feeds/packages/prometheus-node-exporter-lua/Makefile' has a dependency on 'bmx6', which does not exist WARNING: Makefile 'package/feeds/packages/prometheus-node-exporter-lua/Makefile' has a dependency on 'bmx6-json', which does not exist WARNING: Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist make[1] world make[2] tools/compile make[2] package/cleanup make[3] -C tools/flock compile

kenzok8 commented 6 months ago

这个报错不影响编译的,你是无法编译还是编译失败了? 我刚刚云编译能过的

Glunefish commented 6 months ago

编译passwall 不能通过,就是说缺少这个依赖Makefile 'package/feeds/small/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist

Glunefish commented 6 months ago

feed 源 src-git luci https://github.com/Glunefish/luci-sdf.git;2023 src-git packages https://github.com/Glunefish/packages-sdf.git;2023 src-git routing https://github.com/openwrt/routing.git;openwrt-22.03 src-git telephony https://github.com/openwrt/telephony.git;openwrt-22.03 src-git small https://github.com/kenzok8/small.git;master src-git smpackage https://github.com/kenzok8/small-package.git;main

kenzok8 commented 6 months ago

small 这个去掉吧, 如果添加了small-package就不用再添加small了

Glunefish commented 6 months ago

small-package里面插件多些。。。我用得到。。。我再试试编译。。 https://github.com/Glunefish/OPBuild

kenzok8 commented 6 months ago

small-package 里包含了small的所有插件了,所以不用small再添加了 你等于是重复添加了

Glunefish commented 6 months ago

哦哦,看反了,哈哈