[zeromq-dev] ZeroMQ binding for PHP not working on WAMPSERVER

Mikko Koppanen mikko.koppanen at gmail.com
Mon Oct 10 16:26:04 CEST 2011


On Sun, Oct 9, 2011 at 9:31 PM, lanre lawal <lawillas4ever at yahoo.com> wrote:
> I want to use the ZMQ library for a PHP project. I have downloaded the files
> and done a build with visual studio. When I type the pear command to get the
> pecl extension i get an error that says: ERROR: The DSP zmq.dsp does not
> exist. Also when I try the windows build from source, at the stage when you
> do configure --enable-zmq, it says the zmq option is invalid. Please i need
> urgent help on this

Hello,

as I mentioned yesterday the option is called '--with-zmq' rather than
'--enable-zmq'. You also need to make sure that you have got the
required dependencies built (zeromq). The configure line probably
looks something like this:

configure --disable-all --enable-cli --with-zmq=shared
--with-extra-includes=C:\path\to\libmzq2-1\include
--with-extra-libs=C:\path\to\libmzq2-1\lib

-- 
Mikko Koppanen



More information about the zeromq-dev mailing list