Hello all,

I managed to get SipXecs nightly build compiled on CentOS 6, this is my second 
try with a new approach and I didn't need to compile any dependencies myself.

I thought I'd share with you people.

- centos 6 64 bitminimal install
- yum install git libtool automake autoconfig sudo make wget
- wget 
http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
- rpm -i epel*
- cd /etc/yum.repos.d
- wget sipfoundry repo file voor centos6: 
http://download.sipfoundry.org/pub/sipXecs/sipxecs-0.0.4.5.2-centos.repo
- mkdir /etc/cron.d
- mkdir /usr/local/sipx
- chown user /usr/local/sipx
- useradd -m user
- passwd user
- add to /etc/sudoers (search for ALL and copy the and change root to user)
- ssh user@localhost
- get sipx git repo from github: git clone git://github.com/dhubler/sipxecs.git
- cd sipxecs
- autoreconf -if
- ./configure
- sudo make sipx.deps-missing-build-list | sudo xargs yum -y install
- make sipx
- at compiler error: sudo chown -R user /opt/OpenACD
- make sipx
- fix your git id_rsa/id_rsa.pub stuff
- make app

It installs fine, but now it requires packages to run, which i can see with 
make sipx.deps-missing.

If I do that and then | xargs yum -y install, it will also install sipx rpm's. 
What should I do now?

Regards,

Niek
Telecats
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to