OpenSIPs installation on AmazonAMI

Need to install the dependencies first
yum install redhat-lsb-core mysql56-devel.x86_64 pcre-devel.x86_64 libmicrohttpd-devel.x86_64 lksctp-tools-devel.x86_64 ncurses-devel.x86_64 libxml2-devel.x86_64
yum groupinstall 'Development Tools'
to use redis
wget https://github.com/redis/hiredis/archive/v0.13.3.tar.gz
make
make install
Now your are good to install opensips

No comments:

Post a Comment

How to deploy MySQL on Kubernetes Cluster ?

Pre-Requisite kubernetes cluster is ready if not Follow  this  blog. kubectl get nodes -o wide OUTPUT NAME STATUS ROLES A...