源码包安装Mysql
时间:2021-07-01 10:21:17
帮助过:25人阅读
处理方法:vi
configure
找到上图标记的位置,屏蔽掉,从新执行:
./configure --prefix=/home/mysql --with-libtool=/home/lf_zx_tom/libtool
5、编译
make
错误提示:
make[2]: *** [do_abi_check] Error 1
make[2]: Leaving directory `/home/lf_zx_tom/mysql-5.1.37‘
make[1]: *** [abi_check] Error 2
make[1]: Leaving directory `/home/lf_zx_tom/mysql-5.1.37‘
make: *** [all-recursive] Error 1
处理方法:
屏蔽掉 do_abi_check中的所有内容
再次执行 make 编译需要很长时间,耐心等待就好
6、进行安装
结束后执行 make install
7、启动服务
service mysqld start
引用博客
CrazyLinux工作室
xinguan1267源码包安装Mysql
标签:源码包 mysqld 标记 rem 图标 ace erro 源码 details