源代码安装mysql-5.1.46时,当执行./configure后出现如下报错:
/bin/rm: cannot remove `libtoolT': No such file or directory
需要先执行:
autoreconf --force --install
在执行./configure就可以
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7682812/viewspace-668305/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/7682812/viewspace-668305/
解决MySQL源代码安装配置错误
本文介绍在使用源代码安装MySQL 5.1.46过程中遇到的配置错误及解决方案。当执行./configure时出现文件删除错误,解决方法是先运行autoreconf --force --install命令。
5994

被折叠的 条评论
为什么被折叠?



