php 安装rabbitmq扩展无报错版
生活随笔
收集整理的這篇文章主要介紹了
php 安装rabbitmq扩展无报错版
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
需要安裝rabbitmq-c,rabbitmq-c是一個用于C語言的,與AMQP server進行交互的client庫。
下載了v0.5.2版本(https://github.com/alanxz/rabbitmq-c/releases/download/v0.5.2/rabbitmq-c-0.5.2.tar.gz
tar xvf rabbitmq-c-0.5.2.tar
cd rabbitmq-c-0.5.2
autoreconf -i
./configure --prefix=/data/fistsoft/rabbitmq-c
make
make install
接著安裝PHP擴展AMQP
tar zxvf amqp-1.3.0.tar
cd amqp-1.3.0
/usr/local/fistsoft/php/bin/phpize
./configure --with-php-config=/usr/local/fistsoft/php/bin/php-config -with-librabbitmq-dir=/data/fistsoft/rabbitmq-c
?
安裝完成
總結
以上是生活随笔為你收集整理的php 安装rabbitmq扩展无报错版的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: pythonxml模块高级用法_Pyth
- 下一篇: [Leetcode][第96题][JAV