Hi All<br>I am trying to compile Kamailio - 3.1.5 in Ubuntu 10.04LTE .<br><br>Tried below comands one by one<br><br>make -C modules/tls<br>make modules modules=modules/tls<br>make all include_modules=tls<br><br>But always getting the error <br>
<i style="color:rgb(255,0,0)"><b>In file included from tls_bio.c:31:<br>tls_bio.h:32:25: warning: openssl/bio.h: No such file or directory<br></b></i><br><br>It looks that openssl is not installed in machine.<br><br>I tried installing openssl as belowB<br>
<br><code>sudo apt-get install libssl-dev<br><br></code>But it fails always.<br><br>The error it gets is <br><br><i style="color:rgb(255,0,0)">root@B2BUA:/usr/local/src/kamailio-3.1.5# sudo apt-get install libssl-dev<br>
sudo: unable to resolve host B2BUA<br>
Reading package lists... Done<br>
Building dependency tree       <br>
Reading state information... Done<br>
Some packages could not be installed. This may mean that you have<br>
requested an impossible situation or if you are using the unstable<br>
distribution that some required packages have not yet been created<br>
or been moved out of Incoming.<br>
The following information may help to resolve the situation:<br><br><b>The following packages have unmet dependencies:<br>
  libssl-dev: Depends: libssl0.9.8 (= 0.9.8k-7ubuntu8) but 0.9.8k-7ubuntu8.8 is to be installed<br>
E: Broken packages</b></i><span style="color:rgb(255,0,0)">

</span><i style="color:rgb(51,51,255)"><br style="color:rgb(255,0,0)"><span style="color:rgb(255,0,0)">
root@B2BUA:/usr/local/src/kamailio-3.1.5# </span><br><br></i>
<br>Has anybody faced this issue previously.<br>Whats the workaround here, if somebody knows please share.<br><br>Thanks<br>Kamal<br>