freeswitch install to wrong directory

122 views
Skip to first unread message

AC

unread,
May 4, 2012, 12:48:46 PM5/4/12
to Plivo Users
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

Jimmy Godbout

unread,
May 4, 2012, 1:03:06 PM5/4/12
to plivo...@googlegroups.com
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. 

AC

unread,
May 4, 2012, 4:09:34 PM5/4/12
to Plivo Users
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/

Mike

unread,
May 4, 2012, 4:12:21 PM5/4/12
to plivo...@googlegroups.com
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
--
--

Michael Ricordeau
Co-Founder Plivo

mi...@plivo.com
http://www.plivo.com
twitter @mricordeau
linkedin http://fr.linkedin.com/in/michaelricordeau

AC

unread,
May 4, 2012, 6:33:43 PM5/4/12
to Plivo Users
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

Digvijay Sinha

unread,
May 5, 2012, 12:33:53 AM5/5/12
to plivo...@googlegroups.com
AC is right, there is something wrong.

AC

unread,
May 5, 2012, 1:01:40 PM5/5/12
to Plivo Users
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

Brad Rhoads

unread,
May 9, 2012, 4:55:11 PM5/9/12
to Plivo Users
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-drivers/ubuntu
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/

davemac2626

unread,
Dec 6, 2012, 7:50:31 AM12/6/12
to plivo...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages