<div dir="ltr">Hi Chaitanya,<div><br></div><div>It would be helpful if you could open an issue for this in the coinbrew project and when you do, give us some more details, such as the docker image file itself and the full output. </div><div><br></div><div>Cheers,</div><div><br></div><div>Ted</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 3, 2020 at 10:33 AM Chaitanya Kirty <<a href="mailto:chaitanya.kirty@fractal.ai" target="_blank">chaitanya.kirty@fractal.ai</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hi Team,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
While installing Cbc (running it as a containerised app through docker image), we are getting the below issue.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,0)">##################################################</span><span><br>
</span>
<div><span style="background-color:rgb(255,255,0)">### Running CoinUtils unit test
</span><br>
</div>
<span style="background-color:rgb(255,255,0)">##################################################</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,0)">build/CoinUtils/2.10.3/test/.libs/lt-unitTest: error while loading shared libraries: libcoinglpk.so.0: cannot open shared object file: No such file or directory</span><span><br>
</span>
<div><span style="background-color:rgb(255,255,0)">make[1]: *** [test] Error 127</span><br>
</div>
<div><span style="background-color:rgb(255,255,0)">make: *** [test] Error 2</span><br>
</div>
<span></span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Installation steps :</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);line-height:12pt;background:rgb(255,255,254)">
<span style="margin:0px;font-size:10pt;font-family:Consolas;color:black;line-height:normal"> wget <a href="https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew" target="_blank">https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew</a></span></p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);line-height:12pt;background:rgb(255,255,254)">
<span style="margin:0px;font-size:10pt;font-family:Consolas;color:black;line-height:normal"> chmod +x coinbrew</span></p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);line-height:12pt;background:rgb(255,255,254)">
<span style="margin:0px;font-size:10pt;font-family:Consolas;color:black;line-height:normal"> ./coinbrew fetch Cbc:releases/2.10.3 --no-prompt </span></p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);line-height:12pt;background:rgb(255,255,254)">
<span style="margin:0px;font-size:10pt;font-family:Consolas;color:black;line-height:normal"> ./coinbrew build Cbc --no-prompt --prefix=/usr/local --enable-cbc-parallel (We are facing issue at this step)</span></p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);line-height:12pt;background:rgb(255,255,254)">
<span style="margin:0px;font-size:10pt;font-family:Consolas;color:black;line-height:normal"> ./coinbrew install Cbc</span></p>
<p style="margin:0cm 0cm 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;color:rgb(32,31,30);background-color:rgb(255,255,255)">
 </p>
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
This issue we were not facing before and were able to install and run our code successfully.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Can you please provide the solution for the above issue. Also, it would be great if you can also provide the stable binary, so that we don't have to run the 'fetch' step again and again as everytime we recreate the docker image, it installs the Cbc.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Regards,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Chaitanya</div>

<p> </p>
<p> </p>
<hr>
<p><span style="font-family:arial,helvetica,sans-serif"><span style="font-size:14px">This message contains information that may be privileged or confidential and is the property of the Fractal Analytics. It is intended only for the person to whom it is addressed.
 Access to this e-mail by anyone else is unauthorized. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please
 notify the sender immediately and delete all copies of this message.</span></span></p>
<hr>
<p> </p>
</div>

</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Industrial and Systems Engineering<br>Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div></div></div></div></div></div></div>