[erlang-questions] Rabbitmq examples not working

Sereysethy TOUCH touch.sereysethy@REDACTED
Wed Feb 10 08:16:31 CET 2016


Hi,

You just need to download rabbit_common and rabbit_client and put it in the
same directory

wget http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/rabbit_common-2.7.0.ez
unzip rabbit_common-2.7.0.ez
ln -s rabbit_common-2.7.0 rabbit_common

wget http://www.rabbitmq.com/releases/rabbitmq-erlang-client/v2.7.0/amqp_client-2.7.0.ez
unzip amqp_client-2.7.0.ez
ln -s amqp_client-2.7.0 amqp_client


On Tue, Feb 9, 2016 at 8:58 PM, Pavanan M S <pavananms@REDACTED> wrote:

> HI all,
>
>               I downloaded the complete Rabitmq examples and tried to run
> it according to the instructions in this link
> https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/erlang.
>                But when trying to run ./send the following error occurs.
>
>                ./send.erl:4: can't find include lib
> "amqp_client/include/amqp_client.hrl"
>                 escript: There were compilation errors.
>
>                  I have followed the instructions carefully ..What should
> I do now?
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160210/df4f06fb/attachment.htm>


More information about the erlang-questions mailing list