php安裝amqp擴展

1.要安裝AMQP PHP擴展,必須先安裝librabbitmq庫

1.1使用如下步驟下載並安裝庫:

# 下載

git clone git://github.com/alanxz/rabbitmq-c.gitphp

或者:wget  https://github.com/alanxz/rabbitmq-c/releases/download/v0.8.0/rabbitmq-c-0.8.0.tar.gzgit


cd rabbitmq-cgithub

# 編譯安裝

autoreconf -i && ./configure && make && sudo make install.net

 2.安裝AMQP 

wget https://pecl.php.net/get/amqp-1.9.1.tgzrabbitmq

cd amqp-1.9.1get

#指定php-config路徑,指定librabbitmq路徑

/usr/local/php-7/bin/phpizeit

./configure --with-php-config=/usr/local/php-7.0.0/bin/php-config --with-librabbitmq-dir=/usr/local/io

make -j all編譯

make install擴展

參考連接

http://php.net/manual/fa/amqp.installation.php

相關文章
相關標籤/搜索