Linux下PHP安装amqp扩展 出现未装librabbitmq错误
2020-05-20
RabbitMQ
2639
0
这错误的原因是因为没有安装amqp的依赖包rabbitmq-c,需要先安装rabbitmq-c。1.安装rabbitmq-c-0.7.1没有安装就会提示上面的错误我选择的是最新版本0.7.1wget;https://github.com/alanxz/rabbitmq-c/releases/download/v0.7.1/rabbitmq-c-0.7.1.tar.gz
tar;zxf;rabbitmq-c-0.7.1.tar.gz
cd;rabbitmq-c-0.7.1
./configure;--prefix=/usr/local/rabbitmq-c-0.7.1
make;&&;make;install成功之后看到如下界面2.安装amqp./configure;--with-php-config=//www/server/php/73/bin/php-config;--with-amqp;--with-librabbitmq-dir=/