I installed the libssl using <br>apt-get install libssl-dev<br><br>I reinstalled erlang with the following commands.<br><font class="fixed_width" face="Courier, Monospaced">./configure --with-ssl-includes=/usr/include/openssl  --with-ssl-libraries=/usr/lib<br>
make <br>make install<br><br>Now my issue is resolved. Thanks for your help with this.<br></font><br>