<div dir="ltr"><div><div><div>Hello, <br><br></div> No , I have installed all the packages but still gives the same error.. I think maybe upgrading to 16.04  might help... I will retry and repost if getting it to 16.04 solves the problem.<br><br></div>Thanks<br></div>Anindya<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 8:50 PM, Neels Hofmeyr <span dir="ltr"><<a href="mailto:nhofmeyr@sysmocom.de" target="_blank">nhofmeyr@sysmocom.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 14, 2017 at 12:25:41PM +0530, Anindya Sankar Roy wrote:<br>
> Hello,<br>
><br>
</span><span class="">>  I am getting this error, can anyone tell me what I need to do from<br>
> studying the error message<br>
><br>
> lab@openair4G:~/dev/open-gsm/<wbr>osmo-bsc$ autoreconf -fi<br>
> <a href="http://configure.ac:9" rel="noreferrer" target="_blank">configure.ac:9</a>: installing './install-sh'<br>
> <a href="http://configure.ac:9" rel="noreferrer" target="_blank">configure.ac:9</a>: installing './missing'<br>
> src/ipaccess/Makefile.am: installing './depcomp'<br>
> src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined<br>
> src/libbsc/Makefile.am:16:   The usual way to define 'RANLIB' is to add<br>
> 'AC_PROG_RANLIB'<br>
<br>
</span>'ranlib' is a tool coming from binutils. It should have come with the<br>
build-essential package. It seems the ubuntu dependencies list is incomplete,<br>
please take the debian one from<br>
<a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Build_from_Source" rel="noreferrer" target="_blank">https://osmocom.org/projects/<wbr>cellular-infrastructure/wiki/<wbr>Build_from_Source</a>:<br>
<br>
  apt-get install build-essential gcc g++ make automake autoconf libtool pkg-config libtalloc-dev libpcsclite-dev libortp-dev libsctp-dev libssl-dev libdbi-dev libdbd-sqlite3 libsqlite3-dev libpcap-dev libc-ares-dev sqlite3<br>
<br>
Would be great if you could confirm that this list works, then we can update<br>
the wiki.<br>
<br>
Otherwise, ubuntu 14 is quite old by now. You may want to use a newer one. We<br>
build our binary packes for 16.04, 16.10 and 17.04, as well as Debian 8 and 9.<br>
<a href="https://build.opensuse.org/project/show/network:osmocom:nightly" rel="noreferrer" target="_blank">https://build.opensuse.org/<wbr>project/show/network:osmocom:<wbr>nightly</a><br>
<span class="HOEnZb"><font color="#888888"><br>
~N<br>
<br>
</font></span></blockquote></div><br></div>