How can i install gearman php extension on Windows OS? -


please me out in installing gearman php extension on windows xp. have xampp 1.7.7 installed on system , have installed cygwin, libevent-1.4.14b-stable , gearmand on system. please let me know more needed install gearman-1.0.2 php extension. when run gearman-1.0.2 on cygwin terminal throwing error of command not found.

to install gearman php extension in centos or debian see how install gearman php extension

installing , updating cygwin package

from: https://cygwin.com/install.html

install latest gcc , make via cygwin

enter image description here

install wget via cygwin

enter image description here

install libevent

 wget http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz tar -zxvf libevent-2.0.22-stable.tar.gz cd libevent-2.0.22-stable ./configure make make install 

install gearmand , libgearman

wget https://launchpad.net/gearmand/1.2/1.1.11/+download/gearmand-1.1.12.tar.gz tar -zxvf gearmand-1.1.12.tar.gz cd gearmand-1.1.12 ./configure make make install 

install pecl-gearman

pecl install gearman 

resources


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -