Centos6.5安装webbench时出现/bin/sh: ctags: command not found解决方法
安装webbench时执行make出现:
[zzq@weekend110 webbench-1.5]$ make
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)
意思是说缺少ctags命令,我没有装了,运行以下命令即可
yum install ctags
安装webbench时执行make出现:
[zzq@weekend110 webbench-1.5]$ make
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)
意思是说缺少ctags命令,我没有装了,运行以下命令即可
yum install ctags