<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am trying to create a Security Plugin for Rabbit MQ. I have written this erlang code.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='color:#1F497D'>-module(rabbit-security-plugins).<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>-include(&quot;amqp_client.hrl&quot;).<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>{ok, Connection} = amqp_connection:start(#amqp_params_network{username=Ankit, password=cklear123456})<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>And I am getting this error on make :<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='color:#1F497D'>[shashank.jain@linux_dev rabbitmq-security-plugins]$ make<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>[elided] generate deps<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>escript: exception error: no match of right hand side value {error,eacces}<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>&nbsp; in function&nbsp; generate_deps__escript__1340__618493__218775:main/1 (/home/shashank.jain/Desktop/Mercurial/mercurial-2.2.2/rabbitmq-public-umbrella/generate_deps, line 23)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>&nbsp; in call from escript:run/2 (escript.erl, line 727)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>&nbsp; in call from escript:start/1 (escript.erl, line 277)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>&nbsp; in call from init:start_it/1<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>&nbsp; in call from init:start_em/1<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>make: *** No rule to make target `build/deps.mk', needed by `ebin/rabbitmq-security-plugins.beam'.&nbsp; Stop.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>[shashank.jain@linux_dev rabbitmq-security-plugins]$<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><img width=711 height=278 id="Picture_x0020_2" src="cid:image001.png@01CD52E7.DBF93DC0"><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Can you please suggest me that what is going wrong. Why I am getting this error message?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Ankit Bhardwaj<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>