[rabbitmq-discuss] Trouble in creating a security plugin for rabbit mq
Ankit Bhardwaj
ankit.bhardwaj at esteeadvisors.com
Mon Jun 25 11:15:32 BST 2012
Hi,
I am trying to create a Security Plugin for Rabbit MQ. I have written this
erlang code.
-module(rabbit-security-plugins).
-include("amqp_client.hrl").
{ok, Connection} =
amqp_connection:start(#amqp_params_network{username=Ankit,
password=cklear123456})
And I am getting this error on make :
[shashank.jain at linux_dev rabbitmq-security-plugins]$ make
[elided] generate deps
escript: exception error: no match of right hand side value {error,eacces}
in function generate_deps__escript__1340__618493__218775:main/1
(/home/shashank.jain/Desktop/Mercurial/mercurial-2.2.2/rabbitmq-public-umbre
lla/generate_deps, line 23)
in call from escript:run/2 (escript.erl, line 727)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_it/1
in call from init:start_em/1
make: *** No rule to make target `build/deps.mk', needed by
`ebin/rabbitmq-security-plugins.beam'. Stop.
[shashank.jain at linux_dev rabbitmq-security-plugins]$
Can you please suggest me that what is going wrong. Why I am getting this
error message?
Thanks,
Ankit Bhardwaj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120625/35112b39/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 28214 bytes
Desc: not available
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120625/35112b39/attachment.png>
More information about the rabbitmq-discuss
mailing list