<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">My erlnag program directory structure is like the below:</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">src<br>–pgtest.erl<br>lib<br>–epgsql<br>–rebar</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);"><br></p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">I downloaded the epgsql library from <a href="https://github.com/epgsql/epgsql" rel="nofollow" style="margin: 0px; padding: 0px; border: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(36, 151, 205); text-decoration: none; display: inline; background: none;">https://github.com/epgsql/epgsql</a><br>then tried to build it with make which gave me the below error:</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">make: rebar: Command not found<br>make: *** [compile] Error 127</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">So then I downloaded rebar from <a href="https://github.com/basho/rebar" rel="nofollow" style="margin: 0px; padding: 0px; border: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(36, 151, 205); text-decoration: none; display: inline; background: none;">https://github.com/basho/rebar</a> and build it. It was build successfully and gave me the message.</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);"><br></p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">Congratulations! You now have a self-contained script called “rebar”<br>in your current working directory. Place this script anywhere in your path<br>and you can use rebar to build OTP-compliant apps.</p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);"><br></p><p style="margin-bottom: 10px; border: 0px; font-stretch: inherit; font-size: 12px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; vertical-align: baseline; background-color: rgb(251, 251, 251);">So as per my understanding I copied the rebar script from rebar directory to my epgsql directory and then tried to make again. However, I got the same error. I know I am doing it wrong, but not sure what exactly to do?</p>                                    </div></body>
</html>