上一篇: 判断Linux load的值是否过高
/bin/rm: cannot remove `libtoolT': No such file or directory
[ 2011/01/09 12:40 | by selboo ]
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
config.status: executing default commands
Thank you for choosing MySQL!
Remember to check the platform specific part of the reference manual
for hints about installing MySQL on your platform.
Also have a look at the files in the Docs directory.
解决:
[root@74-82-173-217 ~]# yum install automake autoconf libtool
[root@74-82-173-217 ~]# autoreconf --force --install
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
client/Makefile.am: installing `./compile'
[root@74-82-173-217 ~]# libtoolize --automake --force
[root@74-82-173-217 ~]# automake --force --add-missing
重新编译即可