最新消息:

/bin/rm: cannot remove `libtoolT’: No such file or directory

Linux admin 1浏览

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 byAC_PROG_LIBTOOL’
client/Makefile.am: installing `./compile’
[root@74-82-173-217 ~]# libtoolize –automake –force
[root@74-82-173-217 ~]# automake –force –add-missing

重新编译即可相关日志PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
升级最新 Nginx Mysql Php
gcc 动态编译
gcc 静态编译
Linux ar 命令

转载请注明:爱开源 » /bin/rm: cannot remove `libtoolT’: No such file or directory