<HTML>
<HEAD>
<TITLE>Building a recent rabbitmq-c with 0-8 protocol</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hey everyone,<BR>
<BR>
I sincerely hope that this is stupid question with an easy answer. I am trying to build a somewhat recent version of the rabbitmq-c library to use with the PHP extension, but that uses the 0-8 protocol since our production broker is still 1.7.2 (working on upgrading that, but that&#8217;s a separate discussion.)<BR>
<BR>
To do so, I edited the configure file to point to the amqp-rabbitmq-0.8.json codegen spec, changed the Makefile to not build tools, examples and tests (those broke,) and tried to un it. According to my server however, its still trying to use 0-9-1 (Expected 0x000A000A method frame on channel 0, got frame type 65)<BR>
<BR>
Should this have worked? Am I maybe just installing this wrong? I cleaned out all librabbitmq.so files and symlinks, so I doubt its the problem, but I am looking for a sanity check here.<BR>
<BR>
Thanks,<BR>
Pieter</SPAN></FONT>
</BODY>
</HTML>