<div dir="ltr"><br><div>Hoping someone can help out a newbie figure out what I&#39;m doing wrong.  This is my first attempt at building and I keep running into same issue each time.  Any pointers would be greatly appreciated.</div>
<div><br></div><div>My problem is that FreeSWITHC seems to just get stuck when I try to run the binary.  And and if I execute with -ncwait optoin, it keeps spitting out a line saying that it is waiting for background process to be ready</div>
<div><br></div><div>This is what happens when I try to run the compiled system on a home ESXi server in my internal home network.<br></div><div><br></div><div>
<div># ./freeswitch</div><div>2014-06-22 21:23:06.011792 [INFO] switch_event.c:670 Activate Eventing Engine.</div><div>2014-06-22 21:23:06.011947 [WARNING] switch_event.c:652 Create additional event dispatch thread 0</div>

</div><div>&lt;and then just sits there....  &gt;</div><div><br></div><div><br></div><div><br></div><div><div>BUILD VERSION:</div><div>- Debian-7.5.0-amd64-netinst.iso</div><div>- FreeSWITCH master (git:<span style="font-size:13px;font-family:&#39;Trebuchet MS&#39;">git clone git://git.</span><span style="font-size:13px;font-family:&#39;Trebuchet MS&#39;;color:rgb(4,46,238)"><u><a href="http://freeswitch.org/freeswitch.git">freeswitch.org/freeswitch.git</a>)</u></span></div>
<div><br></div></div><div><br></div><div>TEST MACHINE:  ESXi 5.1 VM</div><div>- Debian GNU/Linus 6 (64 bit)</div><div>- 1 CPU</div><div>- 1 GB RAM</div><div>- 16GB Memory</div><div>- 1 NIC = E1000</div><div><br></div><div>
<br></div><div>INSTALLATION STEPS with output piped through &#39;tee&#39; to capture logs:</div><div><span style="font-family:Arial;font-size:13px"><br></span></div><div><span style="font-family:Arial;font-size:13px">su</span><br>
</div><div>
<span style="font-size:13px;font-family:Arial">(apt-get update 2&gt;&amp;1) | tee ~/apt-get-update.txt</span><br>
<span style="font-size:13px;font-family:Arial">(apt-get upgrade 2&gt;&amp;1) | tee ~/apt-get-upgrade.txt</span><br>
<span style="font-size:13px;font-family:Arial">(dpkg --get-selections 2&gt;&amp;1) | tee ~/dpkg-get-selections.txt</span><br>
<span style="font-size:13px;font-family:Arial"></span><br>
<span style="font-size:13px;font-family:Arial">(apt-get install autoconf automake devscripts gawk g++ git-core libjpeg-dev libncurses5-dev libtool make python-dev gawk pkg-config libtiff5-dev libperl-dev libgdbm-dev libdb-dev gettext libssl-dev libcurl4-openssl-dev libpcre3-dev libspeex-dev libspeexdsp-dev libsqlite3-dev libedit-dev libldns.dev libpq-dev 2&gt;&amp;1) | tee ~/apt-get.txt</span></div>
<div><font face="Arial"><br></font>
<span style="font-size:13px;font-family:Arial">(dpkg --get-selections 2&gt;&amp;1) | tee ~/dpkg-get-selections-after-apt-get.txt</span><br><span style="font-size:13px;font-family:Arial"> </span><br>
<span style="font-size:13px;font-family:Arial;background-color:rgb(255,250,165)">cd /usr/src</span><br>
<span style="font-size:13px;font-family:Arial">(git clone git://git.</span><span style="font-size:13px;font-family:Arial;color:rgb(4,46,238)"><u><a href="http://freeswitch.org/freeswitch.git">freeswitch.org/freeswitch.git</a></u></span><span style="font-size:13px;font-family:Arial"> 2&gt;&amp;1) | tee ~/git.txt</span><br>
<span style="font-size:13px;font-family:Arial"> </span><br>
<span style="font-size:13px;font-family:Arial">cd /usr/src/freeswitch</span><br><span style="font-size:13px;font-family:Arial">(./bootstrap.sh 2&gt;&amp;1) | tee ~/bootstrap.txt  # same result if I add flag -j</span><br>
<span style="font-size:13px;font-family:Arial">(./configure --enable-core-pgsql-support 2&gt;&amp;1) | tee ~/configure.txt</span><br><span style="font-size:13px;font-family:Arial">(make install 2&gt;&amp;1) | tee ~/make-install.txt</span><br>
<span style="font-size:13px;font-family:Arial">(make all cd-sounds-install cd-moh-install 2&gt;&amp;1) | tee ~make-sounds.txt</span><br>
<span style="font-size:13px;font-family:Arial"></span><br>
<span style="font-size:13px;font-family:Arial">cd /usr/local/freeswitch/bin</span><br>
<span style="font-size:13px;font-family:Arial">#./freeswitch</span> <br></div><div><br></div><div><br></div><div><br></div></div>