实现类似于CISCO路由器的命令行帮助界面
clish/shell/shell_expat.c:36:19: fatal error: expat.h: No such file or directorycompilation terminated.make[1]: *** [clish/shell/libclish_la-shell_expat.lo] Error 1make[1]: Leaving directory `/usr/local/src/klish-1.6.4'make: *** [all] Error 2
解决方案,安装expat开发包
# apt-get install libexpat1-dev