Bison executable not found in PATH by mysql install,bisonexecutable

來源:互聯網
上載者:User

Bison executable not found in PATH by mysql install,bisonexecutable

[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql  -DMYSQL_DATADIR=/data/mysql  -DSYSCONFDIR=/etc

-- Check size of pthread_t
-- Check size of pthread_t - done
-- Performing Test HAVE_PEERCRED
-- Performing Test HAVE_PEERCRED - Success
Warning: Bison executable not found in PATH
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/mysql-5.5.21


解決辦法:

[root@luozhonghua mysql]# yum install bison

安裝完後,再次執行:

[root@luozhonghua mysql-5.5.21]# cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql  -DMYSQL_DATADIR=/data/mysql  -DSYSCONFDIR=/etc
-- MySQL 5.5.21
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/mysql-5.5.21

成功通過!記住是mysql-5.5.21版本,別的版本會有差異。


64位CONTOS62安裝編譯安裝MYSQL不可以安裝上,總是提示錯誤,教這個這個是什問題

先安裝 ncurses-devel 包
yum install ncurses-devel
再刪除剛才編譯產生的 CMakeCache.txt 檔案
rm CMakeCache.txt
再次執行一次cmake ...
一般都可以順利安裝的。
 
Fatal error: Class 'MySqlData' not found in D:\wamp2\www\resumes\include\ConfigFunphp on line 10

require_once ZEROINC.'/MySqlData.php';
你看看你這個檔案在不在 裡面是不是class MySqlData
 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.