Ubuntu16.04安装php kafka扩展
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04安装php kafka扩展相关的知识,希望对你有一定的参考价值。
一.安装librdkafka
git clone https://github.com/edenhill/librdkafka.git
cd librdkafka/
./configure
make
sudo make install //甚至不用这一步
cd /usr/local/lib/
sudo ln -sf librdkafka++.so.1 librdkafka++.so
二.安装扩展
git clone https://github.com/arnaud-lb/php-rdkafka.git
cd php-rdkafka
phpize
./configure --with-php-config=/usr/bin/php-config
make all -j 5
make test
sudo make install
以上是关于Ubuntu16.04安装php kafka扩展的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu16.04上 安装xampp的php扩展memcache
Ubuntu16.04 下安装PHP+apache2+mysql以及MySQL扩展