<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">1. cd /usr/local/src<br>2. mkdir freeswitch : where i wish do the set up installation</blockquote>

<div><br></div><div>This is where you will compile FreeSWITCH, but not where it&#39;ll be installed. It will install to the standardised FHS paths (/usr/local/bin etc),</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

i try to tar it i get the following error for the command that i write</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

6.  tar -xvfz freeswitch-1.2.5.3.tar.bz2</blockquote><div><br></div><div>The correct command for a .tar.bz2 is:</div><div>tar -jxvf freeswitch-1.2.5.3.tar.bz2</div></div><div><br></div><div>-j = .bz2, -z is for .gz. They&#39;re different compression algorithm. bzip2 generally gives better compression, but takes longer to compress.</div>

<div>-x = extract</div><div>-v = verbose (optional), will tell you each file extracted</div><div>-f filename = what file to extract</div><div>-f <i>must</i> appear just before the filename, in the one you were trying you had xvfz, the fz means it would&#39;ve been looking for a tarball called &#39;z&#39;</div>

<div><br></div><div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 18 December 2012 10:17, madan.mallikarjun <span dir="ltr">&lt;<a href="mailto:madan.mallikarjun@outlook.com" target="_blank">madan.mallikarjun@outlook.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hello all,<br>
<br>
           thanks for the updates still there is a lot of confusion when it<br>
comes to the path&#39;s that has to be followed when the set up has to be<br>
installed . kindly guide me where i m wrong and let me know.<br>
<br>
1. cd /usr/local/src<br>
2. mkdir freeswitch : where i wish do the set up installation<br>
3. cd /usr/local/src/freeswitch<br>
4. wget the stable version path<br>
5. now that i have the file in freeswitch folder freeswitch-1.2.5.3.tar.bz2<br>
i try to tar it i get the following error for the command that i write<br>
6.  tar -xvfz freeswitch-1.2.5.3.tar.bz2<br>
<br>
thanks in advance<br>
Madan Mallikarjun<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/FreeSwitch-tp7585608p7585662.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/FreeSwitch-tp7585608p7585662.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>