<p>Hello everyone, </p>

<p>I will try to describe a problem that I encountered recently while I was recompiling Kamailio 431 Probably the problem has been already mentioned by someone at the bug tracker but I couldn't find such a topic<br>
So, I had an installed and already configured and working Kamailio I decided simply to add a new module to it, for that I made the following instructions:</p>

<p>'make proper' -> result OK<br>
'make include_modules="the list of needed modules" cfg'  -> slows the whole OS (Linux SLED 12), I had a constant disk activity during the time I was waiting to see how the things will finish </p>

<p>After that I tried the same on a different machine, which is the same (virtual machine) , unfortunately the result was the same</p>

<p>After several retries I found that it is impossible to do:</p>

<p>make proper<br>
make include_modules="" cfg</p>

<p>I found that I had to type a 'make cfg' after the 'make proper':</p>

<p>make proper<br>
make cfg<br>
make include_modules="" cfg<br>
make all</p>

<p>I hadn't the time to find out why there is a such problem but I suppose that when you do a 'make proper' your configuration file is deleted Than 'make cfg' creates this config file again and finally 'make include_modules' looks for this configuration file and fills it with the complementary modules Without this configuration file the 'make include_modules="" cfg probably enters to an infinite loop which as result makes your OS not respond</p>

<p>Can anyone confirm the problem ?</p>

<p>Best regards, </p>

<p>Anton</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/479">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZXSAwjSP61iN3t31z0T-6xh8o87Fks5pahQkgaJpZM4HGPZ1.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/479"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>