./scripts/feeds install -a -f 出现错误
Build dependency: Please install the openssl library (with development headers)
解决方法: 安装libssl 库
ubuntu:
sudo apt-get install libssl-dev
安装完成后再执行 ./scripts/feeds install -a -f
正常
./scripts/feeds install -a -f 出现错误
Build dependency: Please install the openssl library (with development headers)
解决方法: 安装libssl 库
ubuntu:
sudo apt-get install libssl-dev
安装完成后再执行 ./scripts/feeds install -a -f
正常