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

Andrew Keil andrew.keil at visytel.com
Fri Sep 18 09:39:47 MSD 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150918/af3350e1/attachment-0001.html 


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