MySQL /bin/rm: cannot remove `libtoolT': No such file or directory
作者: 曲文庆 日期: 2010-05-19 09:57
在 CentOS 5.4 下编译升级安装MySQL-5.1.46时出错:
/bin/rm: cannot remove `libtoolt': No such file or directory
网上搜寻后,解决问题。具体方法是:
在执行./configure 之前,先执行:
# autoreconf --force --install
# libtoolize --automake --force
# automake --force --add-missing
# ./configure --prefix=/usr/local/mysql/ --datadir=/var/lib/mysql
这次,不再出错了,问题解决,感谢网络上的好人。
评论: 0 |
引用: 0 |
阅读: 8501
MySQL 5.6 Warning - Using a password on the command line interface can be insecur 解决方案 (2015-04-23 11:52)
Converting HEAP to MyISAM (2014-10-30 19:06)
MySQL Error 2006 MySQL server has gone away原因分析 (2014-10-29 16:55)
Install Atlas in CentOS 6 (2014-03-12 12:01)
mysqldump 出現general_log 錯誤 (2011-01-07 20:24)
mysql导出符合条件的数据(含字符集) (2010-11-03 10:04)
深入了解MySQL 5.5分区功能增强 (2010-05-19 10:18)
MySQL配置文件my.cnf (2009-12-29 22:29)
MySQL创始人力劝用户暂缓部署MySQL 5.1 (2008-12-03 09:10)