2013-10-09 152 views
0

我試了1個月在我的CentOS x64 6.x上安裝pthreads。我的服務器使用Zend Engine 2.3.0運行apache2和php 5.3.3。我的問題與其他許多人一樣,當我嘗試安裝'pecl install pthreads'時它說: configure:error:在.....- 0.0.45(pthread版本) 配置:錯誤:找不到C編譯器在$ PATH 我嘗試谷歌,但不是運氣。希望有人能把它推進給我。非常感謝 對不起,我英文不好在CentOS上爲PHP安裝pthreads

回答

4

你需要安裝一個編譯器和構建工具,像

yum install gcc gcc-c++ autoconf automake 

應該讓你工作構建環境。