fw876 / helloworld

GNU General Public License v3.0
3.53k stars 2.62k forks source link

libopenssl-legacy 依赖问题 #1394

Open caixin1218 opened 5 months ago

caixin1218 commented 5 months ago

./scripts/feeds update -a
./scripts/feeds install -a

Create index file './feeds/packages.index' Create index file './feeds/luci.index' Create index file './feeds/routing.index' Create index file './feeds/telephony.index' Create index file './feeds/helloworld.index' Create index file './feeds/Alist.index' WARNING: Makefile 'package/feeds/helloworld/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/helloworld/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/helloworld/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/helloworld/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist WARNING: Makefile 'package/feeds/helloworld/shadowsocksr-libev/Makefile' has a dependency on 'libopenssl-legacy', which does not exist Installing all packages from feed packages. Installing all packages from feed luci. Installing all packages from feed routing. Installing all packages from feed telephony. Installing all packages from feed helloworld. Installing all packages from feed Alist.

qwerttvv commented 5 months ago

openssl3

caixin1218 commented 5 months ago

openssl3

能说下具体的修复方法吗?

qwerttvv commented 5 months ago

要么revert那个commit,要么换个openssl3版本的repo编译,要么把现在你用的这个repo升级openssl3

wekingchen commented 5 months ago

sed -i 's/ +libopenssl-legacy//g' feeds/helloworld/shadowsocksr-libev/Makefile

chika0801 commented 5 months ago

https://github.com/fw876/helloworld/issues/1351

我之前问过,你可以参考一下。

zow2023 commented 4 months ago

请教各位 我用lienol 22.03 编译也出现这样的问题 请问该修改哪里?

lwgm commented 4 months ago

请教各位 我用lienol 22.03 编译也出现这样的问题 请问该修改哪里?

sed -i 's/ +libopenssl-legacy//g' feeds/helloworld/shadowsocksr-libev/Makefile

zow2023 commented 4 months ago

请教各位 我用lienol 22.03 编译也出现这样的问题 请问该修改哪里?

sed -i 's/ +libopenssl-legacy//g' feeds/helloworld/shadowsocksr-libev/Makefile 多谢指教

725216 commented 1 month ago

我的除了缺你这个还缺libpcre2