You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
由于openssl升级3.0.12,导致有些软件无法使用。删除并降回到openssl1.1.1w,也就是openwrt-22.03分支里面的。但是编译一直报错。
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:6072: apps/openssl] Error 1
make[4]: *** [Makefile:174: all] Error 2
make[3]: *** [Makefile:402: /home/runner/work/YAOF/YAOF/openwrt/build_dir/target-x86_64_musl/openssl-1.1.1w/.built] Error 2
make[2]: *** [package/Makefile:120: package/libs/openssl/compile] Error 1
make[1]: *** [package/Makefile:114: /home/runner/work/YAOF/YAOF/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
make: *** [/home/runner/work/YAOF/YAOF/openwrt/include/toplevel.mk:232: world] Error 2
make[5]: Leaving directory '/home/runner/work/YAOF/YAOF/openwrt/build_dir/target-x86_64_musl/openssl-1.1.1w'
make[4]: Leaving directory '/home/runner/work/YAOF/YAOF/openwrt/build_dir/target-x86_64_musl/openssl-1.1.1w'
make[3]: Leaving directory '/home/runner/work/YAOF/YAOF/openwrt/package/libs/openssl'
time: package/libs/openssl/compile#6.88#0.26#4.31
ERROR: package/libs/openssl failed to build.
采用02_prepare_package里面的SSL版本1.1.1v。
rm -rf ./package/libs/mbedtls
cp -rf ../immortalwrt/package/libs/mbedtls ./package/libs/mbedtls
rm -rf ./package/libs/openssl
cp -rf ../immortalwrt_21/package/libs/openssl ./package/libs/openssl
一样会报错,大佬们在吗解决呢
Beta Was this translation helpful? Give feedback.
All reactions