安裝MySQL錯誤 gcc: @ndbcluster_includes@: No such file |
發(fā)布時間: 2012/8/15 17:14:52 |
今天在編譯mysql的時候,報了一個如下的錯誤 gcc: @ndbcluster_includes@: No such file or directory 用google一找,居然是mysql5.5.3的一個bug,有修復(fù)的辦法 我用的系統(tǒng)是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時會出現(xiàn)如下的錯誤 gcc: @ndbcluster_includes@: No such file or directory Suggested fix: http://bugs.mysql.com/bug.php?id=55350 本文出自:億恩科技【1tcdy.com】 服務(wù)器租用/服務(wù)器托管中國五強(qiáng)!虛擬主機(jī)域名注冊頂級提供商!15年品質(zhì)保障!--億恩科技[ENKJ.COM] |