CentOS7 PHP 설치 amqp 확장

不言
풀어 주다: 2023-03-24 13:00:02
원래의
2390명이 탐색했습니다.

이 글은 amqp 확장을 설치하기 위한 CentOS7 php를 주로 소개합니다. 이제는 모든 사람들과 공유합니다.

rabbitmq를 설치한 후 최신 php amqp 확장을 설치하세요

http:/ / www.cnblogs.com/8000cabbage/p/7788575.html

참조: carson

1.rabbitmq-c

https://github.com/alanxz/rabbitmq-c/releases

를 설치하세요.

최신 버전 설치 //다운로드 시간이 오래 걸릴 수 있음


CentOS7 PHP 설치 amqp 확장

wget -c https://github.com/alanxz/rabbitmq-c/releases/download/v0.8.0/rabbitmq-c-0.8.0.tar.gztar zxf rabbitmq-c-0.8.0.tar.gz

cd rabbitmq-c-0.8.0./configure --prefix=/usr/local/rabbitmq-c-0.8.0make && make install
로그인 후 복사

CentOS7 PHP 설치 amqp 확장

2amqp 설치

공식 홈페이지: http://pecl.php.net/package /amqp

최신 버전 다운로드


CentOS7 PHP 설치 amqp 확장

wget -c http://pecl.php.net/get/amqp-1.9.3.tgztar zxf amqp-1.9.3.tgz

cd amqp-1.9.3/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config --with-amqp --with-librabbitmq-dir=/usr/local/rabbitmq-c-0.8.0make && make install
로그인 후 복사

CentOS7 PHP 설치 amqp 확장

3.php.ini 모듈 추가

vi / usr/local/php/etc /php.ini

Added

extension = /usr/local/php/lib/php/extensions/no-debug-non-zts-20151012/amqp.so

systemctl restart php-fpm

phpinfo() 보기

링크를 열려면 클릭하세요

관련 권장 사항:

PHP 환경 구축을 위한 CentOs7


위 내용은 CentOS7 PHP 설치 amqp 확장의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!