<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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 15 (filtered medium)">
<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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="DE-AT" link="blue" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Dear Developers,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am trying to build the osmo-euse-demo on the Osmocom VM, executing the following commands:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">#Install required development libraries:</p>
<p class="MsoNormal">sudo apt-get install libosmo-gsup-client-dev</p>
<p class="MsoNormal">#Get the source code and a missing header file</p>
<p class="MsoNormal">wget https://raw.githubusercontent.com/osmocom/osmo-hlr/master/src/osmo-euse-demo.c</p>
<p class="MsoNormal">wget https://raw.githubusercontent.com/osmocom/osmo-hlr/master/include/osmocom/hlr/logging.h</p>
<p class="MsoNormal">mkdir -p osmocom/hlr/</p>
<p class="MsoNormal">mv logging.h osmocom/hlr/</p>
<p class="MsoNormal">#Compile source</p>
<p class="MsoNormal">gcc -I. -o osmo-euse-demo osmo-euse-demo.c -losmocore -losmo-gsup-client -losmogsm -ltalloc</p>
<p class="MsoNormal">#Run</p>
<p class="MsoNormal">./osmo-euse-demo</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">But i am now facing this error : </p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)</p>
<p class="MsoNormal">E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Can you please tell me what is the reasin behind this error !? And how can i solve it ?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Many thanks for your consideraion,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Reza</p>
</div>
</body>
</html>