Openwrt编译 -- 解决 Package test is missing dependencies for the following libraries libcrypto.so.1.1
根据项目要求需要用到 openssl 这个库,看了看编译环境幸好本身就集成了该库。但在编译 openssl 的功能时,碰到缺少类库的错误。 看了看 编译器路径 这个目录下是存在 libcrypto.so.1.1 以及 libcrypto.so ...
