Ajax0816 发表于 2015-07-31 16:20

mysql安装时报错

mysql在make时,报如下错误,请大神帮看看是什么原因
mysql.cc: In function 'int main(int, char**)':
mysql.cc:1149: error: 'bzero' was not declared in this scope
.././install-sh -c -m 644 'libdbug.a' '/usr/local/lib/mysql/libdbug.a'
ranlib '/usr/local/lib/mysql/libdbug.a'
Target "install-exec-am" is up to date.
Target "install-data-am" is up to date.
Target "install" is up to date.
Making install in extra
mysql.cc: In function 'int com_connect(String*, char*)':
mysql.cc:3970: error: 'bzero' was not declared in this scope
mysql.cc: In function 'int com_use(String*, char*)':
mysql.cc:4106: error: 'bzero' was not declared in this scope
      makeinstall-recursive
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 1.

swenzhao 发表于 2015-08-01 11:28

看样度娘是个好选择。:mrgreen:

Ajax0816 发表于 2015-08-05 10:42

回复 2# swenzhao

已经放弃了,改成装informix了


   

renxiao2003 发表于 2015-08-11 15:25

为什么不直接用解压的或者二进制的。

Ajax0816 发表于 2015-08-14 13:57

回复 4# renxiao2003

在官网上没有找到对应AIX操作系统的二进制安装介质

   

renxiao2003 发表于 2015-08-14 22:31

回复 5# Ajax0816


    那看来源码安装也不会那么顺利。
页: [1]
查看完整版本: mysql安装时报错