[Freeswitch-users] Install freeswitch on ubuntu 15.10

Michael Jerris mike at jerris.com
Wed Sep 14 21:01:43 MSD 2016


you’ll need some (but not all) of these too:

https://freeswitch.org/stash/projects/SD <https://freeswitch.org/stash/projects/SD>


> On Sep 13, 2016, at 9:53 AM, Yuriy Gorlichenko <ovoshlook at gmail.com> wrote:
> 
> Only at this project i can not use 16.04 because of some reasons (dont want to go deeper at the details)
> 
> Offcourse i understand that it will be simpler and faster use debian 8 for example.
> 
>  
> 
> 2016-09-13 16:32 GMT+03:00 Ken Rice <krice at freeswitch.org <mailto:krice at freeswitch.org>>:
> If you need something newer than 14.04 note we have packages for 16.04
> 
>  
> 
> From: freeswitch-users-bounces at lists.freeswitch.org <mailto:freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org <mailto:freeswitch-users-bounces at lists.freeswitch.org>] On Behalf Of Yuriy Gorlichenko
> Sent: Tuesday, September 13, 2016 5:07 AM
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>>
> Subject: Re: [Freeswitch-users] Install freeswitch on ubuntu 15.10
> 
>  
> 
> yes. Needed staff.
> Thats why asking bout all this...
> 
>  
> 
> 2016-09-13 13:03 GMT+03:00 David Villasmil <david.villasmil.work at gmail.com <mailto:david.villasmil.work at gmail.com>>:
> 
> Do you want video? That is exactly the hard part in ubuntu, as far as i remember.
> 
>  
> 
> On Tue, Sep 13, 2016 at 11:45 AM Yuriy Gorlichenko <ovoshlook at gmail.com <mailto:ovoshlook at gmail.com>> wrote:
> 
> thx
> on ./congfigure running i have these errors at the log
> 
> 
> Makefile.am:6: error: SYSTEM_APR does not appear in AM_CONDITIONAL
> Makefile.am:18: error: SYSTEM_APRUTIL does not appear in AM_CONDITIONAL
> Makefile.am:122: error: ENABLE_LIBYUV does not appear in AM_CONDITIONAL
> Makefile.am:129: error: ENABLE_LIBVPX does not appear in AM_CONDITIONAL
> Makefile.am:136: error: ENABLE_LIBVPX does not appear in AM_CONDITIONAL
> Makefile.am:139: error: SYSTEM_APRUTIL does not appear in AM_CONDITIONAL
> Makefile.am:144: error: SYSTEM_APR does not appear in AM_CONDITIONAL
> Makefile.am:150: error: ENABLE_SRTP does not appear in AM_CONDITIONAL
> Makefile.am:159: error: HAVE_ODBC does not appear in AM_CONDITIONAL
> Makefile.am:163: error: HAVE_PNG does not appear in AM_CONDITIONAL
> Makefile.am:167: error: HAVE_FREETYPE does not appear in AM_CONDITIONAL
> Makefile.am:175: error: ENABLE_LIBYUV does not appear in AM_CONDITIONAL
> Makefile.am:182: error: ENABLE_LIBYUV does not appear in AM_CONDITIONAL
> Makefile.am:238: error: HAVE_PNG does not appear in AM_CONDITIONAL
> Makefile.am:242: error: HAVE_ODBC does not appear in AM_CONDITIONAL
> Makefile.am:246: error: ENABLE_ZRTP does not appear in AM_CONDITIONAL
> Makefile.am:395: error: ENABLE_CPP does not appear in AM_CONDITIONAL
> Makefile.am:421: error: DISABLE_CC does not appear in AM_CONDITIONAL
> Makefile.am:433: error: HAVE_ODBC does not appear in AM_CONDITIONAL
> Makefile.am:446: error: HAVE_ODBC does not appear in AM_CONDITIONAL
> Makefile.am:468: error: HAVE_ODBC does not appear in AM_CONDITIONAL
> automake: error: cannot open < tests/unit/unit.mk <http://unit.mk/>: No such file or directory
> 
> 
>  I suppose it is because of this staff was not found at the repos. As i see it is all staff needed for video calls (important for me).
> Maybe somebody can say or may be someone will can upload this package?
> apt-get install -y --force-yes freeswitch-video-deps-most
> 
>  
> 
> 2016-09-13 10:57 GMT+03:00 David Villasmil <david.villasmil.work at gmail.com <mailto:david.villasmil.work at gmail.com>>:
> 
> Try with these
> 
> nano
> libtool-bin libsqlite3-dev libpcre3-dev libspeexdsp-dev libspeex-dev libedit-dev yasm
> 
> Nano is optional, i like it.
> 
> After that, there will still be a couple for which I couldn't find a package. But those are like enum or other things I don't use. Just try compiling and when it complains just try installing the libraries.
> 
> Like I said, it's very possible you'll need to just comment-out a couple of modules, can't remember right now which i had to comment.
> 
> Good luck
> 
>  
> 
> On Tue, Sep 13, 2016 at 9:54 AM Yuriy Gorlichenko <ovoshlook at gmail.com <mailto:ovoshlook at gmail.com>> wrote:
> 
> because these packages not at wily repos. And as i understood these packages just precompinled packages that have from any source.
> I just want to install it via apt-get or aptitude as packages from repo.
> 
> echo "deb http://files.freeswitch.org/repo/ubuntu/freeswitch-unstable/ <http://files.freeswitch.org/repo/ubuntu/freeswitch-unstable/> trusty main" > /etc/apt/sources.list.d/freeswitch.list
> 
>  
> 
> # apt-get update && apt-get install -y git screen
> 
>  
> 
> Hit http://us.archive.ubuntu.com <http://us.archive.ubuntu.com/> wily InRelease
> Hit http://security.ubuntu.com <http://security.ubuntu.com/> wily-security InRelease
> Ign http://us.archive.ubuntu.com <http://us.archive.ubuntu.com/> wily InRelease
> E: GPG error: http://us.archive.ubuntu.com <http://us.archive.ubuntu.com/> wily InRelease: The following signatures were invalid: NODATA 2
> 
>  
> 
>  
> 
> 2016-09-13 10:26 GMT+03:00 Don Hawkins <hawkins at hawkinsegroup.com <mailto:hawkins at hawkinsegroup.com>>:
> 
> Why not use this?
> 
>  
> 
> https://freeswitch.org/confluence/display/FREESWITCH/Ubuntu+14.04+Trusty#Ubuntu14.04Trusty-InstallingfromUbuntuPackagespackages <https://freeswitch.org/confluence/display/FREESWITCH/Ubuntu+14.04+Trusty#Ubuntu14.04Trusty-InstallingfromUbuntuPackagespackages>
>  
> 
> On Tue, Sep 13, 2016 at 12:23 AM, Yuriy Gorlichenko <ovoshlook at gmail.com <mailto:ovoshlook at gmail.com>> wrote:
> 
> Hi. I trying to install freeswitch on ubuntu 15.10.
> I know that it is not TLS release and etc. Just need to install it there
> Im realdy to install it manually
> 
> I found freeswitch on a github and cloned it, just need packages-dependenses for successfull installation it on this OS.
> 
> Can anybody provide link for this or give me a list of packages?
> 
>  
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> 
>  
> 
> --
> 
> Sincerely,
> Don Hawkins
> CEO
> Hawkins Enterprise Group LLC
> http://hawkinsegroup.com <http://hawkinsegroup.com/>
> Zello PTT <http://zello.com/>: push2don
> 
> P: 469-214-5044
> 
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
>  
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
>  
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
>  
> 
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com <http://www.freeswitchsolutions.com/>
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org <http://www.freeswitch.org/>
> http://confluence.freeswitch.org <http://confluence.freeswitch.org/>
> http://www.cluecon.com <http://www.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 <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> http://www.freeswitch.org <http://www.freeswitch.org/>
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services: 
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160914/0af55b26/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list