<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Thanks to all for your tips.  The change to <o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">apt-get update --allow-unauthenticated<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Allowed me to install with the build method as well as the DISTRO.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Sean<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b>From:</b> FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org>
<b>On Behalf Of </b>David Villasmil<br>
<b>Sent:</b> Sunday, September 29, 2019 10:53 AM<br>
<b>To:</b> FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org><br>
<b>Subject:</b> Re: [Freeswitch-users] Install on new Debian 10<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">I did it on a docker, fresh install. Should be exactly the same. That is the correct procedure, maybe you skipped a step?<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal">On Sun, 29 Sep 2019 at 14:24, Sean Devoy <<a href="mailto:sdevoy@bizfocused.com">sdevoy@bizfocused.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">I changed apt-get update to apt-get update  --allow-unauthenticated and it appears to be working<br>
<br>
-----Original Message-----<br>
From: FreeSWITCH-users <<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>> On Behalf Of Sean Devoy<br>
Sent: Sunday, September 29, 2019 8:36 AM<br>
To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
Subject: Re: [Freeswitch-users] Install on new Debian 10<br>
<br>
Has anyone done this on a BRAND NEW empty Debian 10 server?<br>
<br>
As instructed, I tried this:<br>
apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - <a href="https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc" target="_blank">
https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc</a> | apt-key add -<br>
<br>
E: Malformed entry 1 in list file /etc/apt/sources.list.d/freeswitch.list (Suite)<br>
E: The list of sources could not be read.<br>
<br>
<br>
And then I tried:<br>
apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - <a href="https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc" target="_blank">
https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc</a> | apt-key add -<br>
<br>
echo "deb <a href="http://files.freeswitch.org/repo/deb/debian-release/" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release/</a> `lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list<br>
echo "deb-src <a href="http://files.freeswitch.org/repo/deb/debian-release/" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release/</a> `lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list<br>
<br>
Hit:1 <a href="http://security.debian.org" target="_blank">http://security.debian.org</a> buster/updates InRelease<br>
Hit:2 <a href="http://mirrors.digitalocean.com/debian" target="_blank">http://mirrors.digitalocean.com/debian</a> buster InRelease<br>
Hit:3 <a href="http://mirrors.digitalocean.com/debian" target="_blank">http://mirrors.digitalocean.com/debian</a> buster-updates InRelease<br>
Hit:4 <a href="http://mirrors.digitalocean.com/debian" target="_blank">http://mirrors.digitalocean.com/debian</a> buster-backports InRelease<br>
Get:5 <a href="http://files.freeswitch.org/repo/deb/debian-release" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release</a> buster InRelease [3,933 B]<br>
Err:5 <a href="http://files.freeswitch.org/repo/deb/debian-release" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release</a> buster InRelease<br>
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD3189F5A2B57698 Reading package lists... Done<br>
W: GPG error: <a href="http://files.freeswitch.org/repo/deb/debian-release" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release</a> buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD3189F5A2B57698<br>
E: The repository '<a href="http://files.freeswitch.org/repo/deb/debian-release" target="_blank">http://files.freeswitch.org/repo/deb/debian-release</a> buster InRelease' is not signed.<br>
N: Updating from such a repository can't be done securely, and is therefore disabled by default.<br>
N: See apt-secure(8) manpage for repository creation and user configuration details.<br>
root@FreeSwitch-Deb10-CPU-intense:~# wget -O - <a href="https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc" target="_blank">
https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc</a> | apt-key add -<br>
--2019-09-29 12:33:52--  <a href="https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc" target="_blank">
https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc</a><br>
Resolving <a href="http://files.freeswitch.org" target="_blank">files.freeswitch.org</a> (<a href="http://files.freeswitch.org" target="_blank">files.freeswitch.org</a>)... 190.102.98.174, 2803:d000:fffe::174 Connecting to
<a href="http://files.freeswitch.org" target="_blank">files.freeswitch.org</a> (<a href="http://files.freeswitch.org" target="_blank">files.freeswitch.org</a>)|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.<br>
HTTP request sent, awaiting response... 200 OK<br>
Length: 3155 (3.1K) [text/plain]<br>
Saving to: ‘STDOUT’<br>
<br>
-                                                     0%[                                                                                                                 ]       0  --.-KB/s    in 0s<br>
<br>
<br>
Cannot write to ‘-’ (Broken pipe).<br>
<br>
Thanks,<br>
Sean<br>
<br>
-----Original Message-----<br>
From: FreeSWITCH-users <<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>> On Behalf Of umut kahriman<br>
Sent: Wednesday, September 25, 2019 4:15 PM<br>
To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
Subject: Re: [Freeswitch-users] Install on new Debian 10<br>
<br>
Hi,<br>
<br>
You can use this<br>
<a href="https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster</a><br>
link. I built FreeSWITCH successfully with Compiling Release Branch<br>
(production) guide.<br>
<br>
You can install required dependencies with following commands on that guide.<br>
<br>
apt-get update && apt-get install -yq gnupg2 wget lsb-release wget -O - <a href="https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc" target="_blank">
https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc</a><br>
| apt-key add -<br>
<br>
echo "deb <a href="http://files.freeswitch.org/repo/deb/debian-release/" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release/</a><br>
`lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list<br>
echo "deb-src <a href="http://files.freeswitch.org/repo/deb/debian-release/" target="_blank">
http://files.freeswitch.org/repo/deb/debian-release/</a><br>
`lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list<br>
<br>
apt-get update<br>
# Install dependencies required for the build apt-get build-dep freeswitch<br>
<br>
Sean Devoy <<a href="mailto:sdevoy@bizfocused.com" target="_blank">sdevoy@bizfocused.com</a>>, 25 Eyl 2019 Çar, 22:54 tarihinde şunu yazdı:<br>
><br>
> Hi,<br>
><br>
><br>
><br>
> I spun up a new Debian 10 x64 system.  On this page: <br>
> <a href="https://freeswitch.org/confluence/display/FREESWITCH/Installation" target="_blank">
https://freeswitch.org/confluence/display/FREESWITCH/Installation</a><br>
><br>
> I did the command<br>
><br>
> FSfile=$(curl -s <a href="https://files.freeswitch.org/releases/freeswitch/" target="_blank">
https://files.freeswitch.org/releases/freeswitch/</a> | <br>
> grep -oE "freeswitch-[0-9]*\.[0-9]*\.[0-9]*\.-release\.tar\.bz2" | <br>
> tail -n 1) && echo Downloading $FSfile && curl <br>
> <a href="https://files.freeswitch.org/freeswitch-releases/$FSfile" target="_blank">
https://files.freeswitch.org/freeswitch-releases/$FSfile</a> | tar -xj && <br>
> mv ${FSfile/.tar.bz2//} freeswitch<br>
><br>
><br>
><br>
> Which failed.  I then installed curl and ran it again.  It worked I think, I now have a subfolder named freeswitch.<br>
><br>
><br>
><br>
> I tried ./configure but got the error:<br>
><br>
> no acceptable C compiler found in $PATH<br>
><br>
><br>
><br>
> I did<br>
><br>
> apt-get install build-essential<br>
><br>
> and got farther.  Then I got an error about no zlib devel<br>
><br>
> apt install zlib1g-dev<br>
><br>
> and got no usable libjpeg; please install libjpeg devel<br>
><br>
> apt install libjpeg-dev<br>
><br>
> and got   error: You need to install pkg-config to configure FreeSWITCH.<br>
><br>
> apt install pkg-config<br>
><br>
> then I got:<br>
><br>
> Package sqlite3 was not found in the pkg-config search path. Perhaps <br>
> you should add the directory containing `sqlite3.pc' to the <br>
> PKG_CONFIG_PATH environment variable No package 'sqlite3' found<br>
><br>
> 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.<br>
><br>
> apt install sqlite3<br>
><br>
> and got the same error.<br>
><br>
><br>
><br>
> Is there a list of prereqs I need to install?  What do I do about this sqlite3 error?<br>
><br>
><br>
><br>
> Will there be a disto install soon?<br>
><br>
><br>
><br>
> Thanks,<br>
><br>
> Sean<br>
><br>
><br>
><br>
> ______________________________________________________________________<br>
> ___<br>
><br>
> The FreeSWITCH project is sponsored by SignalWire <br>
> <a href="https://signalwire.com" target="_blank">https://signalwire.com</a> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
> Build your next product on our scalable cloud platform.<br>
><br>
> Join our online community to chat in real time <br>
> <a href="https://signalwire.community" target="_blank">https://signalwire.community</a><br>
><br>
> Professional FreeSWITCH Services<br>
> <a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
> <a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
><br>
> Official FreeSWITCH Sites<br>
> <a href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br>
> <a href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br>
> <a href="https://cluecon.com" target="_blank">https://cluecon.com</a><br>
><br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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-use" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
> rs<br>
> <a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
<br>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank">
https://signalwire.com</a> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" target="_blank">
https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank">
https://signalwire.com</a> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" target="_blank">
https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
_________________________________________________________________________<br>
<br>
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" target="_blank">
https://signalwire.com</a><br>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br>
Build your next product on our scalable cloud platform.<br>
<br>
Join our online community to chat in real time <a href="https://signalwire.community" target="_blank">
https://signalwire.community</a><br>
<br>
Professional FreeSWITCH Services<br>
<a href="mailto:sales@freeswitch.com" target="_blank">sales@freeswitch.com</a><br>
<a href="https://freeswitch.com" target="_blank">https://freeswitch.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="https://freeswitch.com/oss" target="_blank">https://freeswitch.com/oss</a><br>
<a href="https://freeswitch.org/confluence" target="_blank">https://freeswitch.org/confluence</a><br>
<a href="https://cluecon.com" target="_blank">https://cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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="https://freeswitch.com" target="_blank">https://freeswitch.com</a><o:p></o:p></p>
</blockquote>
</div>
</div>
<p class="MsoNormal">-- <o:p></o:p></p>
<div>
<div>
<div>
<p class="MsoNormal">Regards,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">David Villasmil<o:p></o:p></p>
<div>
<p class="MsoNormal">email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">
david.villasmil.work@gmail.com</a><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">phone: +34669448337<o:p></o:p></p>
</div>
</div>
</div>
</div>
</body>
</html>