Do you know what version of Erlang you have installed?<br><br><div class="gmail_quote">On Mon, Oct 12, 2009 at 4:56 PM, L&#39;ami Nuscule <span dir="ltr">&lt;<a href="mailto:ami.nuscule@gmail.com">ami.nuscule@gmail.com</a>&gt;</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;">Here are the very last lines of the make command (i&#39;m on ubuntu 9.04):<br>
<br>
<br>
<br>
Archive: rabbit_common.ez<br>
creating: rabbit_common/<br>
creating: rabbit_common/include/<br>
inflating: rabbit_common/include/rabbit_framing.hrl<br>
inflating: rabbit_common/include/rabbit.hrl<br>
inflating: rabbit_common/include/rabbit_framing_spec.hrl<br>
creating: rabbit_common/ebin/<br>
inflating: rabbit_common/ebin/rabbit_binary_parser.beam<br>
inflating: rabbit_common/ebin/gen_server2.beam<br>
inflating: rabbit_common/ebin/rabbit_basic.beam<br>
inflating: rabbit_common/ebin/rabbit_framing_channel.beam<br>
inflating: rabbit_common/ebin/rabbit_heartbeat.beam<br>
inflating: rabbit_common/ebin/rabbit_writer.beam<br>
inflating: rabbit_common/ebin/rabbit_framing.beam<br>
inflating: rabbit_common/ebin/rabbit_channel.beam<br>
inflating: rabbit_common/ebin/rabbit_misc.beam<br>
inflating: rabbit_common/ebin/rabbit_binary_generator.beam<br>
inflating: rabbit_common/ebin/rabbit_common.app<br>
inflating: rabbit_common/ebin/rabbit_reader.beam<br>
<br>
inflating: rabbit_common/ebin/rabbit_net.beam<br>
<br>
erlc -I include -pa build/deps/amqp_client/ebin -pa build/deps/rabbit_common/ebin -o ebin -Wall +debug_info -pa ebin src/leex.erl<br>
erl -I -pa ebin -noshell -eval &#39;ok = leex:file(&quot;src/command_lexer.xrl&quot;,[{outdir,&quot;src&quot;}]), halt().&#39;<br>
Parsing file src/command_lexer.xrl, contained 43 rules.<br>
NFA contains 265 states, DFA contains 166 states, minimised to 158 states.<br>
Writing file src/command_lexer.erl, ok<br>
erl -I -pa ebin -noshell -eval &#39;{ok, _} = yecc:file(&quot;src/command_parser&quot;), halt().&#39;<br>
{&quot;init terminating in do_boot&quot;,{undef,[{yecc,file,[&quot;src/command_parser&quot;]},{erl_eval,do_apply,5},{erl_eval,expr,5},{erl_eval,exprs,5},{init,start_it,1},{init,start_em,1}]}}<br>
Crash dump was written to: erl_crash.dump<div class="im"><br>
init terminating in do_boot ()<br>
make[1]: *** [src/command_parser.erl] Erreur 1<br></div>
make[1]: quittant le r�pertoire � /home/ben/Bureau/rabbitUmbrella/rabbitmq-public-umbrella/rabbitmq-bql �<br>
make: *** [all] Erreur 2<br>
<br>
<br>
<br>
Should i send the crash.dump ??<br>
<br>
<br>
Le 12 oct. 09 � 17:30, Paul Jones a �crit :<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Unfortunately, there isn&#39;t enough detail in that trace to give me any ideas what is going on. I assume there was more trace above this?<br>
<br>
On Mon, Oct 12, 2009 at 4:02 PM, L&#39;ami Nuscule &lt;<a href="mailto:ami.nuscule@gmail.com" target="_blank">ami.nuscule@gmail.com</a>&gt; wrote:<br>
So i tried, unsuccessful ):<br>
<br>
I end up with a :<br>
<br>
init terminating in do_boot ()<br>
<br>
make[1]: *** [src/command_parser.erl] Erreur 1<br>
make[1]: quittant le r�pertoire � /path/rabbit/rabbitmq-public-umbrella/rabbitmq-bql �<br>
<br>
<br>
<br>
Idem with :<br>
<br>
make all<br>
<br>
make<br>
<br>
make packages<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Le 12 oct. 09 � 12:21, Paul Jones a �crit :<br>
<br>
<br>
Hi,<br>
<br>
At this point, all of the plugins are experimental, so we&#39;re not yet providing binary builds of these plugins. I&#39;m assuming that you&#39;ve downloaded the source zip from the download page, which would most likely lead to the error that you&#39;ve described.<br>

<br>
To install the plugins at this stage, I&#39;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" target="_blank">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>
On Mon, Oct 12, 2009 at 11:01 AM, L&#39;ami Nuscule &lt;<a href="mailto:ami.nuscule@gmail.com" target="_blank">ami.nuscule@gmail.com</a>&gt; wrote:<br>
Hi all !!<br>
<br>
Maybe this question has been asked numerous times, i&#39;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: {&quot;no such file or<br>
directory&quot;, �&quot;amqp_client.app&quot;}<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-" target="_blank">http://www.rabbitmq.com/rabbitmq-</a>bql.html#installation ...<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" target="_blank">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>
<br>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>