<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">You just need to download rabbit_common and rabbit_client and put it in the same directory </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><pre style="white-space:pre-wrap;overflow:auto;font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;padding:16px;border-radius:3px;word-wrap:normal;color:rgb(51,51,51);background-color:rgb(247,247,247)"><code style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:13.6px;padding:0px;margin:0px;border-radius:3px;border:0px;display:inline;max-width:initial;overflow:initial;line-height:inherit;word-wrap:normal;background:transparent">wget <a href="http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/rabbit_common-2.7.0.ez" target="_blank">http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/rabbit_common-2.7.0.ez</a>
unzip rabbit_common-2.7.0.ez
ln -s rabbit_common-2.7.0 rabbit_common

wget <a href="http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/amqp_client-2.7.0.ez" target="_blank">http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/amqp_client-2.7.0.ez</a>
unzip amqp_client-2.7.0.ez
ln -s amqp_client-2.7.0 amqp_client</code></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 9, 2016 at 8:58 PM, Pavanan M S <span dir="ltr"><<a href="mailto:pavananms@gmail.com" target="_blank">pavananms@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">HI all,<div><br></div><div>              I downloaded the complete Rabitmq examples and tried to run it according to the instructions in this link <a href="https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/erlang" target="_blank">https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/erlang</a>. </div><div>               But when trying to run ./send the following error occurs.</div><div>               </div><div>               ./send.erl:4: can't find include lib "amqp_client/include/amqp_client.hrl"</div><div>                escript: There were compilation errors.</div><div><br></div><div>                 I have followed the instructions carefully ..What should I do now?</div><div><br></div><div><br></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>