在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
configure: error: Please reinstall the librabbitmq distribution itself or (re)install librabbitmq development package if it available in your system 网上找了一下没有找到解决方法 ①安装rabbitmq-c-0.7.1没有安装就会提示上面的错误 wget 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 成功之后看到如下界面 ②安装amqp下载地址https://pecl.php.net/package/amqp wget https://pecl.php.net/get/amqp-1.6.1.tgz tar zxf amqp-1.6.1.tgz cd amqp-1.6.1 /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.7.1 注意:这里的 make && make install 安装成功之后记录下面的地址,配置添加php模块的时候有用 ③添加php模块vi /usr/local/php/etc/php.ini 最后添加一行 extension = /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/amqp.so 重启php service php-fpm restart ④检查amqp安装用phpinfo来检查一下amqp是否安装成功 |
2022-08-17
2022-11-06
2022-08-17
2022-07-18
2022-07-18
请发表评论