freeswitch install to wrong directory
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
AC <antone... @carlomagno.net>
Date: Fri, 4 May 2012 09:48:46 -0700 (PDT)
Local: Fri, May 4 2012 12:48 pm
Subject: freeswitch install to wrong directory
Hi all,
I have started with TurnKey core virtual linux image ... and I tried
to install Freeswitch from http://www.plivo.org/get-started/
Freeswitch installed in wrong directorty !!
"/usr/src" directory instead "/usr/local" ... why ?
I am going crazy
regards
AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Jimmy Godbout <jimmy.godb... @gmail.com>
Date: Fri, 4 May 2012 13:03:06 -0400
Local: Fri, May 4 2012 1:03 pm
Subject: Re: freeswitch install to wrong directory
Actually, it downloaded the source in that directory. If you follow the
instruction, you'll need to compile the code and it will install at the
right location.
On Friday, May 4, 2012, AC wrote:
> Hi all,
> I have started with TurnKey core virtual linux image ... and I tried
> to install Freeswitch from http://www.plivo.org/get-started/
> Freeswitch installed in wrong directorty !!
> "/usr/src" directory instead "/usr/local" ... why ?
> I am going crazy
> regards
> AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
AC <antone... @carlomagno.net>
Date: Fri, 4 May 2012 13:09:34 -0700 (PDT)
Local: Fri, May 4 2012 4:09 pm
Subject: Re: freeswitch install to wrong directory
thanks... I think maybe something wrong
these are my steps:
#>cd /usr/src
#>wget http://files.freeswitch.org/freeswitch-1.0.6.tar.gz
#>tar zxvf freeswitch-1.0.6.tar.gz
#>cd /home/
#>wget --no-check-certificate https://github.com/plivo/plivo/raw/master/freeswitch/install.sh
#>chmod +x install.sh
#>./install.sh
when it finished ... in /usr/local I don't found the freeswitch dir
Where I wrong ?
AC
On 4 Mag, 19:03, Jimmy Godbout <jimmy.godb... @gmail.com> wrote:
> Actually, it downloaded the source in that directory. If you follow the
> instruction, you'll need to compile the code and it will install at the
> right location.
> On Friday, May 4, 2012, AC wrote:
> > Hi all,
> > I have started with TurnKey core virtual linux image ... and I tried
> > to install Freeswitch fromhttp://www.plivo.org/get-started/
> > Freeswitch installed in wrong directorty !!
> > "/usr/src" directory instead "/usr/local" ... why ?
> > I am going crazy
> > regards
> > AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Mike <m... @plivo.com>
Date: Fri, 4 May 2012 22:12:21 +0200
Local: Fri, May 4 2012 4:12 pm
Subject: Re: freeswitch install to wrong directory
Hi,
remove /usr/src/freeswitch
and try with :
wget --no-check-certificate
https://github.com/plivo/plivo/raw/master/freeswitch/install.sh
chmod 755 install.sh
bash install.sh
On Fri, May 4, 2012 at 10:09 PM, AC <antone
... @carlomagno.net> wrote:
> thanks... I think maybe something wrong
> these are my steps:
> #>cd /usr/src
> #>wget http://files.freeswitch.org/freeswitch-1.0.6.tar.gz
> #>tar zxvf freeswitch-1.0.6.tar.gz
> #>cd /home/
> #>wget --no-check-certificate https://github.com/plivo/plivo/raw/master/freeswitch/install.sh
> #>chmod +x install.sh
> #>./install.sh
> when it finished ... in /usr/local I don't found the freeswitch dir
> Where I wrong ?
> AC
> On 4 Mag, 19:03, Jimmy Godbout <jimmy.godb... @gmail.com> wrote:
>> Actually, it downloaded the source in that directory. If you follow the
>> instruction, you'll need to compile the code and it will install at the
>> right location.
>> On Friday, May 4, 2012, AC wrote:
>> > Hi all,
>> > I have started with TurnKey core virtual linux image ... and I tried
>> > to install Freeswitch fromhttp://www.plivo.org/get-started/
>> > Freeswitch installed in wrong directorty !!
>> > "/usr/src" directory instead "/usr/local" ... why ?
>> > I am going crazy
>> > regards
>> > AC
--
--
Michael Ricordeau
Co-Founder Plivo
m... @plivo.com
http://www.plivo.com
twitter @mricordeau
linkedin http://fr.linkedin.com/in/michaelricordeau
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
AC <antone... @carlomagno.net>
Date: Fri, 4 May 2012 15:33:43 -0700 (PDT)
Local: Fri, May 4 2012 6:33 pm
Subject: Re: freeswitch install to wrong directory
Hi Michael,
same problem. :-(
after long long installation ... about 50 minutes ... I have only /usr/
src/freeswitch directory ... not in /usr/local ...
I use a Turnkey core linux... http://www.turnkeylinux.org/core
other ideas ?
antonello
On 4 Mag, 22:12, Mike <m... @plivo.com> wrote:
> Hi,
> remove /usr/src/freeswitch
> and try with :
> wget --no-check-certificatehttps://github.com/plivo/plivo/raw/master/freeswitch/install.sh
> chmod 755 install.sh
> bash install.sh
> On Fri, May 4, 2012 at 10:09 PM, AC <antone... @carlomagno.net> wrote:
> > thanks... I think maybe something wrong
> > these are my steps:
> > #>cd /usr/src
> > #>wgethttp://files.freeswitch.org/freeswitch-1.0.6.tar.gz
> > #>tar zxvf freeswitch-1.0.6.tar.gz
> > #>cd /home/
> > #>wget --no-check-certificatehttps://github.com/plivo/plivo/raw/master/freeswitch/install.sh
> > #>chmod +x install.sh
> > #>./install.sh
> > when it finished ... in /usr/local I don't found the freeswitch dir
> > Where I wrong ?
> > AC
> > On 4 Mag, 19:03, Jimmy Godbout <jimmy.godb... @gmail.com> wrote:
> >> Actually, it downloaded the source in that directory. If you follow the
> >> instruction, you'll need to compile the code and it will install at the
> >> right location.
> >> On Friday, May 4, 2012, AC wrote:
> >> > Hi all,
> >> > I have started with TurnKey core virtual linux image ... and I tried
> >> > to install Freeswitch fromhttp://www.plivo.org/get-started/
> >> > Freeswitch installed in wrong directorty !!
> >> > "/usr/src" directory instead "/usr/local" ... why ?
> >> > I am going crazy
> >> > regards
> >> > AC
> --
> --
> Michael Ricordeau
> Co-Founder Plivo
> m... @plivo.comhttp://www.plivo.com
> twitter @mricordeau
> linkedinhttp://fr.linkedin.com/in/michaelricordeau
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Digvijay Sinha <digvijay.si... @gmail.com>
Date: Sat, 5 May 2012 10:03:53 +0530
Local: Sat, May 5 2012 12:33 am
Subject: Re: freeswitch install to wrong directory
AC is right, there is something wrong.
On Sat, May 5, 2012 at 1:39 AM, AC <antone
... @carlomagno.net> wrote:
> thanks... I think maybe something wrong
> these are my steps:
> #>cd /usr/src
> #>wget http://files.freeswitch.org/freeswitch-1.0.6.tar.gz
> #>tar zxvf freeswitch-1.0.6.tar.gz
> #>cd /home/
> #>wget --no-check-certificate
> https://github.com/plivo/plivo/raw/master/freeswitch/install.sh
> #>chmod +x install.sh
> #>./install.sh
> when it finished ... in /usr/local I don't found the freeswitch dir
> Where I wrong ?
> AC
> On 4 Mag, 19:03, Jimmy Godbout <jimmy.godb... @gmail.com> wrote:
> > Actually, it downloaded the source in that directory. If you follow the
> > instruction, you'll need to compile the code and it will install at the
> > right location.
> > On Friday, May 4, 2012, AC wrote:
> > > Hi all,
> > > I have started with TurnKey core virtual linux image ... and I tried
> > > to install Freeswitch fromhttp://www.plivo.org/get-started/
> > > Freeswitch installed in wrong directorty !!
> > > "/usr/src" directory instead "/usr/local" ... why ?
> > > I am going crazy
> > > regards
> > > AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
AC <antone... @carlomagno.net>
Date: Sat, 5 May 2012 10:01:40 -0700 (PDT)
Local: Sat, May 5 2012 1:01 pm
Subject: Re: freeswitch install to wrong directory
WOW ... I have installed Ubuntu Server 10.04 .. on my VMWare Fusion,
on my macbook pro
Installed Freeswitch .. and now works fine !!! ...
now I install plivo ...
thanks!!
antonello
On 5 Mag, 06:33, Digvijay Sinha <digvijay.si... @gmail.com> wrote:
> AC is right, there is something wrong.
> On Sat, May 5, 2012 at 1:39 AM, AC <antone... @carlomagno.net> wrote:
> > thanks... I think maybe something wrong
> > these are my steps:
> > #>cd /usr/src
> > #>wgethttp://files.freeswitch.org/freeswitch-1.0.6.tar.gz
> > #>tar zxvf freeswitch-1.0.6.tar.gz
> > #>cd /home/
> > #>wget --no-check-certificate
> >https://github.com/plivo/plivo/raw/master/freeswitch/install.sh
> > #>chmod +x install.sh
> > #>./install.sh
> > when it finished ... in /usr/local I don't found the freeswitch dir
> > Where I wrong ?
> > AC
> > On 4 Mag, 19:03, Jimmy Godbout <jimmy.godb... @gmail.com> wrote:
> > > Actually, it downloaded the source in that directory. If you follow the
> > > instruction, you'll need to compile the code and it will install at the
> > > right location.
> > > On Friday, May 4, 2012, AC wrote:
> > > > Hi all,
> > > > I have started with TurnKey core virtual linux image ... and I tried
> > > > to install Freeswitch fromhttp://www.plivo.org/get-started/
> > > > Freeswitch installed in wrong directorty !!
> > > > "/usr/src" directory instead "/usr/local" ... why ?
> > > > I am going crazy
> > > > regards
> > > > AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Brad Rhoads <bdr... @gmail.com>
Date: Wed, 9 May 2012 13:55:11 -0700 (PDT)
Local: Wed, May 9 2012 4:55 pm
Subject: Re: freeswitch install to wrong directory
FWIW, I recently did the following to install freeswitch on a TurnkKey
appliance:
edit /etc/apt/sources.list.d/sources.list
add : deb http://ppa.launchpad.net/freeswitch-drivers/freeswitch-nightly-driver...
lucid main
sudo gpg --keyserver keyserver.ubuntu.com --recv 451AE93C
sudo gpg --export --armor 451AE93C | sudo apt-key add -D
sudo apt-get update
sudo apt-get install freeswitch
sudo ln -sf /opt/freeswitch/ /usr/local/freeswitch
On May 4, 10:48 am, AC <antone... @carlomagno.net> wrote:
> Hi all,
> I have started with TurnKey core virtual linux image ... and I tried
> to install Freeswitch fromhttp://www.plivo.org/get-started/
> Freeswitch installed in wrong directorty !!
> "/usr/src" directory instead "/usr/local" ... why ?
> I am going crazy
> regards
> AC
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
davemac2626 <davemac2... @live.co.uk>
Date: Thu, 6 Dec 2012 04:50:31 -0800 (PST)
Local: Thurs, Dec 6 2012 7:50 am
Subject: Re: freeswitch install to wrong directory
Hi I ran into this same issue recently and the fix was in the installation script that you download.
vi /usr/local/install.sh and you will see at the top:
##################################################### FS_BASE_PATH=/usr/src/ #####################################################
edit the path for the desired location.
Hope this helps!
Cheers Dave
On Friday, 4 May 2012 17:48:46 UTC+1, AC wrote:
> Hi all,
> I have started with TurnKey core virtual linux image ... and I tried > to install Freeswitch from http://www.plivo.org/get-started/
> Freeswitch installed in wrong directorty !!
> "/usr/src" directory instead "/usr/local" ... why ?
> I am going crazy
> regards > AC
You must
Sign in before you can post messages.
You do not have the permission required to post.