Comments on: Distributed application in PHP with Apache Zookeeper http://systemsarchitect.net/distributed-application-in-php-with-apache-zookeeper/ Software Design & Programming Wed, 04 Feb 2015 09:28:59 +0000 hourly 1 http://wordpress.org/?v=3.9.8 By: Ganesh Chandrasekaran http://systemsarchitect.net/distributed-application-in-php-with-apache-zookeeper/#comment-17119 Thu, 03 Apr 2014 17:34:55 +0000 http://systemsarchitect.net/?p=457#comment-17119 Great article!

But, I am not able to do the following step:

$ vim /etc/php5/cli/conf.d/20-zookeeper.ini

I edit only CLI config because I won’t need it in a web server context. Paste the below line into the ini file.
extension=zookeeper.so

I don’t have php5 under /etc and when I even try to create and write in that it says it can’t open file for writing.

Any thoughts or recommendations?

]]>