http://www.roland-riegel.de/nload/index.html
安装 tar zxvf ...,configure
checking for netinet/in.h... yes
configure: error: ncurses library or development files not found. ncurses is required for nload.
安装 ncurses-devel
继续 make;make install,完成
install nload
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
yum install gcc-c++ libstdc++ libstdc++-devel