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 compile and run a next application ?

Install nodejs Use  this  link for further reading curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash nvm inst...