[Freeswitch-users] Make of FreeSWITCH 1.6 on CentOS 7 issue(s)

Brian West brian at freeswitch.org
Sat Sep 19 05:52:49 MSD 2015


Any changes that are being done to make something work should be submitted
to our JIRA via a pull request.  Is the goal to get our code back in sync?

On Fri, Sep 18, 2015 at 5:43 PM, Andrew Keil <andrew.keil at visytel.com>
wrote:

> Brian,
>
> Not official (or paid if that is what you are asking).  I have just been
> keeping their FreeTDM code in sync with production FreeSWITCH builds and
> providing it back to them.  Sangoma have scheduled to perform the merge by
> early October and have allocated some of their guys to work on it.  This
> information is straight from Nenad Corbic of Sangoma.  I said that I would
> be more than happy to test the merged code and assist where I can.
>
> My aim is for them to merge the FreeTDM layer to target 1.4.21 (or the
> next release of that tree) and 1.6.  Obviously that can filter up to dev
> releases.
>
> Hence trying out the make from a git clone of v1.6.  Which was not very
> successful on CentOS 7.
>
> The good news is the modified FreeTDM layer built fine inside v1.6.  So at
> least I can pass on to them the modified source files for them to
> evaluate.  Which should speed up the process.
>
> Andrew
>
> On 19 Sep 2015, at 12:09 AM, Brian West <brian at freeswitch.org> wrote:
>
> Andrew,
>
> Are you working with Sangoma in an official capacity to get their code and
> our code back in sync?
>
> Thanks,
>
> On Fri, Sep 18, 2015 at 12:39 AM, Andrew Keil <andrew.keil at visytel.com>
> wrote:
>
>> To FreeSWITCH users,
>>
>>
>>
>> I am attempting to make the latest FreeSWITCH release on CentOS 7  (I am
>> trying to avoid the RPM approach since I am also working with Sangoma to
>> assist with their updated merge of freetdm into FreeSWITCH).
>>
>>
>>
>> CentOS 7: CentOS-7-x86_64-DVD-1503-01.iso (with yum update done
>> successfully).
>>
>>
>>
>> *As root user:*
>>
>>
>>
>> yum install git gcc-c++ autoconf automake libtool wget python
>> ncurses-devel zlib-devel libjpeg-devel openssl-devel e2fsprogs-devel
>> sqlite-devel libcurl-devel pcre-devel speex-devel ldns-devel libedit-devel
>> libxml2-devel
>>
>>
>>
>> {also did the following to see if these will help}
>>
>> yum install libyuv-devel
>>
>> yum install libvpx-devel
>>
>> yum install libidn-devel
>>
>> yum install unbound-devel
>>
>> yum install libdb4*
>>
>> yum install libuuid-devel
>>
>>
>>
>> cd /usr/local/src
>>
>>
>>
>> git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git
>>
>>
>>
>> cd freeswitch
>>
>> ./bootstrap.sh
>>
>> vi modules.conf {comment out mod_fsv   (due to libyuv-devel error)}
>>
>> ./configure
>>
>> ./make
>>
>>
>>
>> making all mod_lua
>>
>> make[4]: Entering directory
>> `/usr/local/src/freeswitch/src/mod/languages/mod_lua'
>>
>>   CXX      mod_lua_la-mod_lua.lo
>>
>> mod_lua.cpp:37:17: *fatal error: lua.h: No such file or directory*
>>
>> #include "lua.h"
>>
>>
>>
>> The mod_fsv issue I do not care so much about however Lua I need.
>>
>>
>>
>> FYI: I did try the rpm approach on a separate CentOS 7 VM and noticed the
>> Lua dependant package is version 5.1.4 not 5.2.
>>
>>
>>
>> I hope someone has an idea of what to try next.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Andrew Keil
>>
>> _________________________________________________________________________
>> 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
>>
>
>
>
> --
>
> *Brian West*
> brian at freeswitch.org
>
>
> *Twitter: @FreeSWITCH , @briankwest*
> http://www.freeswitchbook.com
> http://www.freeswitchcookbook.com
>
> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>
> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>
> _________________________________________________________________________
> 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
>
>
> _________________________________________________________________________
> 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
>



-- 

*Brian West*
brian at freeswitch.org


*Twitter: @FreeSWITCH , @briankwest*
http://www.freeswitchbook.com
http://www.freeswitchcookbook.com

Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
/r/freeswitch <https://www.reddit.com/r/freeswitch>

*T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
*iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150918/5545c1ea/attachment.html 


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