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 resize any VMs Hard disk size

Pre-Requiste First Confirm if your Linux machine was created using LVM or not, execute the following commands pvdisplay vgdisplay lvdisplay ...