文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>安装mysql错误 gcc: @ndbcluster_includes@: no such file or...

安装mysql错误 gcc: @ndbcluster_includes@: no such file or...

时间:2010-08-13  来源:robertaqi

今天在编译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

官方修复网址

http://bugs.mysql.com/bug.php?id=55350

相关阅读 更多 +
排行榜 更多 +
侠盗女孩

侠盗女孩

动作格斗 下载
终极竞速赛

终极竞速赛

动作格斗 下载
剥皮大师

剥皮大师

休闲益智 下载