I managed to successfully compile and run FreeSwitch on my non-internet enabled box. I did this in Red Hat Linux 5 as well as Windows Vista. <br><br>For Red Hat, I only needed the following additional libraries:<br>unixODBC-2.2.11-7.1.i386.rpm<br>
unixODBC-devel-2.2.11-7.1.i386.rpm<br><br>For Windows Vista, I built FreeSwitch on an internet enabled machine, then copied the libs/ directory to the non-internet enabled machine. These were the additional packages that were needed:<br>
communicator_semi_6000_20080321.tar.gz<br>flite-1.3.99.tar.gz<br>howl-1.0.0.tar.gz<br>lame-3.97.tar.gz<br>libogg-1.1.3.tar.gz<br>libshout-2.2.2.tar.gz<br>mpg123.tar.gz<br>pocketsphinx-0.5.99.tar.gz<br>pthreads-w32-2-7-0-release.tar.gz<br>
sphinxbase-0.4.99.tar.gz<br>tiff-3.8.2.tar.gz<br><br>These files were extracted into the libs/ directory prior to compiling on the non-internet enabled machine.<br><br>-Ian<br><br><br>Date: Wed, 24 Jun 2009 22:34:41 -0700<br>

From: William King &lt;<a href="mailto:quentusrex@gmail.com">quentusrex@gmail.com</a>&gt;<br>
Subject: Re: [Freeswitch-dev] Manually downloading libraries<br>
To: <a href="mailto:freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</a><br>
Message-ID: &lt;<a href="mailto:4A430C71.4030203@gmail.com">4A430C71.4030203@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Which libraries, and files need to get downloaded? and where are they<br>
downloaded too? I too need a script like this to build the ubuntu packages.<br>
<br>
I would be willing to help write, and test the script if I can get a<br>
list of which files need to be downloaded.<br>
<br>
-William<br>
<br>
Ian Quek wrote:<br>
&gt; Thanks for your help. I do have a further question though. When the<br>
&gt; build downloads the libraries, do they go into the freeswitch-1.0.3<br>
&gt; folder, or do they get automatically installed into various visual<br>
&gt; studio specific directories, which I have to go searching for?<br>
&gt;<br>
&gt; thanks<br>
&gt; -Ian<br><br>[snip]<br>