Skip to content

Instantly share code, notes, and snippets.

@TemporaryJam
TemporaryJam / Install AMQP for PHP
Last active June 17, 2021 10:19
How to install the PHP AMQP library
#install cmake
yum install cmake
#install libtool
yum install libtool
#install a perl pkgconfig requirement
yum install perl-ExtUtils-PkgConfig.noarch
#get rabbitmq-c library