Mysql安装:/bin/rm: cannot remove `libtoolt': No such file or directory

post by rocdk890 / 2012-1-17 9:33 Tuesday linux技术
今天在编译MySQL的过程中提示:
/bin/rm: cannot remove `libtoolt': No such file or directory
解决:
1、确认libtool是否已经安装,如果没有安装的话,则先安装libtool
# yum -y install libtool
2、分别执行以下三条命令:
autoreconf --force --install
libtoolize --automake --force
automake --force --add-missing
再重新编译安装,问题解决!
夜空- 本站版权
1、本站所有主题由该文章作者发表,该文章作者与夜空享有文章相关版权
2、其他单位或个人使用、转载或引用本文时必须同时征得该文章作者和夜空的同意
3、本帖部分内容转载自其它媒体,但并不代表本站赞同其观点和对其真实性负责
4、如本帖侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意
5、原文链接:blog.slogra.com/post-111.html

标签: mysql 安装 编译 libtoolT

评论: