您的位置:首页 > 运维架构 > Linux

Centos6.5安装webbench时出现/bin/sh: ctags: command not found解决方法

2016-11-09 10:54 441 查看
安装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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐