I made it on centOS 6 64 bits! I dont know if everybody worked like me :/ I guess it could be because of my host provider OS
But now works
I leave the steps I made to get it on:
INSTALACION DE NEWFIES EN CENTOS 6 64 bits:
PRE REQUISITOS:
*******************************
I had this error on ./configure: /bin/sh: patch: command not found
solved with this
installing missing packages for Oracle 11gR2 on centOS 64bit
The following packages are missing to successfully complete oracle 11gR2 installation on CentOS: compat-libstdc++-33-3.2.3, libaio-devel-0.3.105, sysstat-5.0.5, unixODBC-2.2.11, unixODBC-devel-2.2.11 and pdksh-5.2.14.
SOLUTION:
yum -y install compat-libstdc++-33-3.2.3
yum -y install unixODBC-2.2.11
yum -y install unixODBC-devel-2.2.11
yum -y install pdksh-5.2.14
Packages libaio-devel-0.3.105 and libaio-devel-0.3.105 are not installed because I got an error: No package libaio-devel-0.3.105 available. No package sysstat-5.0.5 available.
I checked out available packages and I found that sysstat.x86_64 is available:
yum list available sysstat*
Available Packages
sysstat.x86_64 7.0.2-3.el5_5.1 updates
yum -y install sysstat.x86_64
yum list available libaio-devel*
yum -y install libaio-devel.x86_64
yum -y install libaio-devel.i386
I could installed the database after installing the missing packages.
****************************************************
Try this, before running the script:
export LANG="en_US.UTF-8"
yum install autoconf automake gcc-c++ git-core libjpeg-devel libtool make ncurses-devel pkgconfig
yum install unixODBC-devel openssl-devel gnutls-devel libogg-devel libvorbis-devel curl-devel libtiff-devel libjpeg-devel python-devel expat-devel zlib zlib-devel bzip2 which
sudo yum install git autoconf automake libtool ncurses-devel libjpeg-devel
sudo yum install expat-devel openssl-devel libtiff-devel libX11-devel unixODBC-devel libssl-devel python-devel \
zlib-devel libzrtpcpp-devel alsa-lib-devel libogg-devel libvorbis-devel perl-libs gdbm-devel \
libdb-devel uuid-devel @development-tools
cd /usr/local/src
git clone
git://git.freeswitch.org/freeswitch.git cd freeswitch
./bootstrap.sh
*** Edit modules.conf ***
./configure -C
make (if you get an error reboot and run make again)
make all install cd-sounds-install cd-moh-install
START FREESWITCH:
/usr/local/freeswitch/bin/freeswitch
wget
https://raw.github.com/Star2Billing/new ... all-all.sh (edit install-all.sh and comment freeswitch install)
bash install-all.sh
Then uncomment mod_shout and mod_shell_stream from modules.conf.xml
reboot