[Freeswitch-users] Install on new Debian 10

Sean Devoy sdevoy at bizfocused.com
Tue Oct 1 14:25:59 UTC 2019


Thanks to all for your tips.  The change to
apt-get update --allow-unauthenticated

Allowed me to install with the build method as well as the DISTRO.

Sean

From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of David Villasmil
Sent: Sunday, September 29, 2019 10:53 AM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: Re: [Freeswitch-users] Install on new Debian 10

I did it on a docker, fresh install. Should be exactly the same. That is the correct procedure, maybe you skipped a step?


On Sun, 29 Sep 2019 at 14:24, Sean Devoy <sdevoy at bizfocused.com<mailto:sdevoy at bizfocused.com>> wrote:
I changed apt-get update to apt-get update  --allow-unauthenticated and it appears to be working

-----Original Message-----
From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>> On Behalf Of Sean Devoy
Sent: Sunday, September 29, 2019 8:36 AM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org<mailto:freeswitch-users at lists.freeswitch.org>>
Subject: Re: [Freeswitch-users] Install on new Debian 10

Has anyone done this on a BRAND NEW empty Debian 10 server?

As instructed, I tried this:
apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -

E: Malformed entry 1 in list file /etc/apt/sources.list.d/freeswitch.list (Suite)
E: The list of sources could not be read.


And then I tried:
apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -

echo "deb http://files.freeswitch.org/repo/deb/debian-release/ `lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list
echo "deb-src http://files.freeswitch.org/repo/deb/debian-release/ `lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list

Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://mirrors.digitalocean.com/debian buster InRelease
Hit:3 http://mirrors.digitalocean.com/debian buster-updates InRelease
Hit:4 http://mirrors.digitalocean.com/debian buster-backports InRelease
Get:5 http://files.freeswitch.org/repo/deb/debian-release buster InRelease [3,933 B]
Err:5 http://files.freeswitch.org/repo/deb/debian-release buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD3189F5A2B57698 Reading package lists... Done
W: GPG error: http://files.freeswitch.org/repo/deb/debian-release buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD3189F5A2B57698
E: The repository 'http://files.freeswitch.org/repo/deb/debian-release buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root at FreeSwitch-Deb10-CPU-intense:~# wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -
--2019-09-29 12:33:52--  https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc
Resolving files.freeswitch.org<http://files.freeswitch.org> (files.freeswitch.org<http://files.freeswitch.org>)... 190.102.98.174, 2803:d000:fffe::174 Connecting to files.freeswitch.org<http://files.freeswitch.org> (files.freeswitch.org<http://files.freeswitch.org>)|190.102.98.174|:443... E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation connected.
HTTP request sent, awaiting response... 200 OK
Length: 3155 (3.1K) [text/plain]
Saving to: ‘STDOUT’

-                                                     0%[                                                                                                                 ]       0  --.-KB/s    in 0s


Cannot write to ‘-’ (Broken pipe).

Thanks,
Sean

-----Original Message-----
From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>> On Behalf Of umut kahriman
Sent: Wednesday, September 25, 2019 4:15 PM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org<mailto:freeswitch-users at lists.freeswitch.org>>
Subject: Re: [Freeswitch-users] Install on new Debian 10

Hi,

You can use this
https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster
link. I built FreeSWITCH successfully with Compiling Release Branch
(production) guide.

You can install required dependencies with following commands on that guide.

apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc
| apt-key add -

echo "deb http://files.freeswitch.org/repo/deb/debian-release/
`lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list
echo "deb-src http://files.freeswitch.org/repo/deb/debian-release/
`lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list

apt-get update
# Install dependencies required for the build apt-get build-dep freeswitch

Sean Devoy <sdevoy at bizfocused.com<mailto:sdevoy at bizfocused.com>>, 25 Eyl 2019 Çar, 22:54 tarihinde şunu yazdı:
>
> Hi,
>
>
>
> I spun up a new Debian 10 x64 system.  On this page:
> https://freeswitch.org/confluence/display/FREESWITCH/Installation
>
> I did the command
>
> FSfile=$(curl -s https://files.freeswitch.org/releases/freeswitch/ |
> grep -oE "freeswitch-[0-9]*\.[0-9]*\.[0-9]*\.-release\.tar\.bz2" |
> tail -n 1) && echo Downloading $FSfile && curl
> https://files.freeswitch.org/freeswitch-releases/$FSfile | tar -xj &&
> mv ${FSfile/.tar.bz2//} freeswitch
>
>
>
> Which failed.  I then installed curl and ran it again.  It worked I think, I now have a subfolder named freeswitch.
>
>
>
> I tried ./configure but got the error:
>
> no acceptable C compiler found in $PATH
>
>
>
> I did
>
> apt-get install build-essential
>
> and got farther.  Then I got an error about no zlib devel
>
> apt install zlib1g-dev
>
> and got no usable libjpeg; please install libjpeg devel
>
> apt install libjpeg-dev
>
> and got   error: You need to install pkg-config to configure FreeSWITCH.
>
> apt install pkg-config
>
> then I got:
>
> Package sqlite3 was not found in the pkg-config search path. Perhaps
> you should add the directory containing `sqlite3.pc' to the
> PKG_CONFIG_PATH environment variable No package 'sqlite3' found
>
> configure: error: Library requirements (sqlite3 >= 3.6.20) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
>
> apt install sqlite3
>
> and got the same error.
>
>
>
> Is there a list of prereqs I need to install?  What do I do about this sqlite3 error?
>
>
>
> Will there be a disto install soon?
>
>
>
> Thanks,
>
> Sean
>
>
>
> ______________________________________________________________________
> ___
>
> The FreeSWITCH project is sponsored by SignalWire
> https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time
> https://signalwire.community
>
> Professional FreeSWITCH Services
> sales at freeswitch.com<mailto:sales at freeswitch.com>
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> https://freeswitch.com

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com
_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com
_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com
--
Regards,

David Villasmil
email: david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>
phone: +34669448337
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20191001/2cc4fc62/attachment-0001.html>


More information about the FreeSWITCH-users mailing list