>데이터 베이스 >MySQL 튜토리얼 >安装MySQL错误 gcc: @ndbcluster_includes@: No such file or direct

安装MySQL错误 gcc: @ndbcluster_includes@: No such file or direct

WBOY
WBOY원래의
2016-06-07 16:57:201445검색

今天在编译mysql的时候,报了一个如下的错误gcc: @ndbcluster_includes@: No such file or directory用google一找,居然是mysql5

今天在编译mysql的时候,报了一个如下的错误

gcc: @ndbcluster_includes@: No such file or directory

用google一找,,居然是mysql5.5.3的一个bug,有修复的办法

我用的系统是CentOS5

mysql是5.5.3

./configure --prefix=/usr/local/webserver/mysql/ --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-big-tables --with-readline --with-ssl --with-embedded-server --enable-local-infile --with-plugins=partition,innobase,myisammrg

make时会出现如下的错误

gcc: @ndbcluster_includes@: No such file or directory
解决办法

Suggested fix:
Temp fix was remove @ndbcluster_includes@ from ./extra/Makefile and ./sql/MakeFile plus
remove @NDB_SCI_LIBS@ from ./sql/MakeFile官方修复网址

?id=55350

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.