Hi,<br><br>At this point, all of the plugins are experimental, so we're not yet providing binary builds of these plugins. I'm assuming that you've downloaded the source zip from the download page, which would most likely lead to the error that you've described.<br>
<br>To install the plugins at this stage, I'd recommend checking out a source build, building the plugins via that, then taking the .ez files from there and installing them into your server.<br><br>To do this, follow the instructions under:<br>
<a href="http://www.rabbitmq.com/plugin-development.html#getting-started">http://www.rabbitmq.com/plugin-development.html#getting-started</a><br><br>Once the make has completed, you should see a number of files within the dist directory of the rabbitmq-bql directory. Take:<br>
- amqp_client.ez<br> - rabbitmq-bql.ez<br> - rfc4627_jsonrpc.ez<br>and place these into the plugins directory.<br><br>Hopefully this should get you going.<br><br>Thanks,<br>Paul.<br><br><div class="gmail_quote">On Mon, Oct 12, 2009 at 11:01 AM, L'ami Nuscule <span dir="ltr"><<a href="mailto:ami.nuscule@gmail.com">ami.nuscule@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all !!<br>
<br>
Maybe this question has been asked numerous times, i'm new to this ML.<br>
<br>
<br>
<br>
ben@nunuske:/usr/lib/rabbitmq/lib/rabbitmq_server-1.7.0/plugins$ sudo<br>
rabbitmq-activate-plugins<br>
ERROR: failed to load application amqp_client: {"no such file or<br>
directory", "amqp_client.app"}<br>
<br>
That is the error i get when trying to install RQL plugin as<br>
explained on <a href="http://www.rabbitmq.com/rabbitmq-bql.html#installation" target="_blank">http://www.rabbitmq.com/rabbitmq-bql.html#installation</a> ...<br>
is it a well known issue ??<br>
<br>
By the way i needed to rename .zip file to .ez to make rabbitmq-<br>
activate-plugin perform an action...<br>
<br>
<br>
And actually, indeed i have no amqp_client in ebin directory.<br>
<br>
<br>
<br>
Thx all !! Nice work anyway !!!!<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>