在安裝amqp及zmq擴充套件時
執行./configure --with-php-config=/srv/php-5.6.17/bin/php-config報錯
checking for pkg-config... /usr/bin/pkg-config
checking libzmq installation... configure: error: unable to find libzmq installation
解決方案:
出現這個錯誤 不知道如何指定zmq或amqp的安裝路徑 重新安裝了rabbitmq-c及zeromq
改為預設安裝,不指定路徑 即:
#./configure--prefix=/usr/local/zeromq
變更為#./configure
#./configure --prefix=/usr/local/rabbitmq-c-0.4.1
變更為#./configure
重新編譯即可
安裝php擴充套件amqp
安裝php擴充套件amqp 先檢視自己的php版本 記住版本 至於這個執行緒安全問題 這裡引用了別人的自己看看吧 php版本 x86 和x64根據自己情況 nts 和 ts 就是那個thread safty 的狀態 這個大家都會看吧 就不多說了 將php amqp.dll檔案放到php目錄的ext資...
Ruby rails 安裝錯誤
在安裝ruby的gem的時候可能會出現下面的提示,按照給出的提示有兩種辦法可以解決,但是經過在網上的搜尋發現只有最後一種可行。所以特分享於此。error errorinstalling rails the atomic native gem requires installed build tool...
mySql 安裝錯誤
在安裝mysql時出現 could not start the service mysql error 0 修改瀏覽許可權 刪除 第一次安裝mysql沒有任何問題,而且也非常容易。當時第二次安裝時,卻出現了錯誤,不能啟動mysql service。為什麼會出現這樣的錯誤?原因是在解除安裝mysql時...