<p>The OS i tested is a 32-bit and a 64-bit Ubuntu 12.04 LTS with which i have compiled and installed 1.6.x and 1.8.x versions (up to 1.8.3) of OpenSIPS in the past without problems.<br>
I tested both:<br><a href="http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4-svn10428_src.tar.gz">http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4-svn10428_src.tar.gz</a><br><a href="http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4_src.tar.gz">http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4_src.tar.gz</a></p>

<p> </p>

<p>With these commands:</p>

<pre><code># make menuconfig

---&gt; Configure Compile Options 
------&gt; Configure Compile Flags ---&gt; [ ] USE_IPV6
------&gt; Configure Excluded Modules ---&gt; [*] db_mysql

Compile And Install OpenSIPS
</code></pre>

<p>I got this error:</p>

<pre><code>make[2]: Entering directory `/home/test/opensips-1.8.4-tls/modules/mi_json'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/test/opensips-1.8.4-tls/modules/mi_json'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/test/opensips-1.8.4-tls'
</code></pre>

<p> </p>

<p>If i replace</p>

<pre><code># make menuconfig
</code></pre>

<p>with</p>

<pre><code># make menuconfig skip_modules="mi_json"
</code></pre>

<p>OpenSIPS compiles without errors. It is now running stable for a few hours!</p>

<p>I think this is a bug. Please advice. Thanks in advance.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/OpenSIPS/opensips/issues/178'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMDM3NTEzOSwiZGF0YSI6eyJpZCI6Mjc2NjgxNTV9fQ==--26edf8db50cdda6068ca82be332b9d1abbb611ab.gif' height='1' width='1'></p>