今天安装TFS出现报错如下:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[root@ZWCLC6X-12271 tb-common-utils] # ./build.sh
autogen.sh: line 11: libtoolize: command not found
autogen.sh: line 12: aclocal: command not found
autogen.sh: line 13: autoconf: command not found
autogen.sh: line 14: automake: command not found
. /build .sh: line 20: . /configure : 没有那个文件或目录
make : *** 没有指明目标并且找不到 makefile。 停止。
make : *** 没有规则可以创建目标“ install ”。 停止。
autogen.sh: line 10: libtoolize: command not found
autogen.sh: line 11: aclocal: command not found
autogen.sh: line 12: autoconf: command not found
autogen.sh: line 13: automake: command not found
. /build .sh: line 34: . /configure : 没有那个文件或目录
make : *** 没有指明目标并且找不到 makefile。 停止。
make : *** 没有规则可以创建目标“ install ”。 停止。
|
解决办法:
1
|
yum -y install libtool
|
本文转自 xinsir999 51CTO博客,原文链接:http://blog.51cto.com/xinsir/1749297,如需转载请自行联系原作者