1. 程式人生 > >openwrt之wrtnode的學習日記day2續

openwrt之wrtnode的學習日記day2續

./scripts/feeds install -a 報警告

具體情況如下:

WARNING: No feed for package ‘libc’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libssp’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘librt’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libpthread’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libgmp’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libtool’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libintl’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘libiconv’ found, maybe it’s already part of the standard packages?
WARNING: No feed for package ‘binutils’ found, maybe it’s already part of the standard packages?

問題分析&解決方法

1.問題分析

從warning來看,問題很明顯是缺少庫

2.解決方法

sudo apt-get install libssh-dev
安裝libssh-dev即可
之後再次./scripts/feeds install -a 就正常了