[OpenSIPS-Users] Problem with basic Opensips installation
Bogdan-Andrei Iancu
bogdan at opensips.org
Thu Aug 11 07:00:05 CEST 2016
Hi,
The missing modules are not compiled by default by the make file as they
require external dependency (as libs). So, if you want to use those
module from the script, before compiling, run "make menuconfig" in order
to enable the compiling for those modules too.
See: http://www.opensips.org/Documentation/Install-CompileAndInstall-2-2
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 07.08.2016 17:26, Alain Faure wrote:
> Hi,
>
> I would like to use Opensips.
>
> 1) i use :
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 049AD65B
> sudo echo "deb http://apt.opensips.org xenial 2.2-releases"
> >>/etc/apt/sources.list
> but that was a fail (pbm with public key)
>
> 2) I try an installation on Ubuntu 16.04 of the Opensips 2.2.1.
> I use the basic server configuration for Ubuntu 16.04. package
> "Standard system utilities"
>
> cd /usr/src
> sudo wget http://opensips.org/pub/opensips/latest/opensips-2.2.1.tar.gz
> tar -zxvf opensips-2.2.1.tar.gz
> cd opensips-2.2.1
> sudo apt-get install build-essential openssl bison flex
> sudo apt-get install perl libdbi-perl libdbd-mysql-perl libdbd-pg-perl
> libfrontier-rpc-perl libterm-readline-gnu-perl libberkeleydb-perl
> ncurses-dev
> sudo apt-get install mysql-server libmysqlclient-dev
> sudo apt install make
> sudo make all
> sudo make install
> sudo mkdir /var/run/opensips
> sudo cd packaging/debian/
> sudo cp opensips.default /etc/default/opensips
> sudo cp opensips.init /etc/init.d/opensips
> sudo chmod +x /etc/init.d/opensips
> sudo useradd opensips
> sudo vim /etc/default/opensips
> RUN_OpenSIPS' to 'Yes'
> shared memory to minimum 128
>
> OpenSIP and change it location in its startup script and update its
> state from 'off' to 'on'
> sudo vim /etc/init.d/opensips
>
> /etc/init.d/opensips start
> That was a fail.
> he could not find :
> db_mysql.so
> xcap.so
> presence.so
> presence_xml.so
> xcaplpresence.so
> proto_tls.so
>
>
> That's really important for me : 3) As the system is a new one i can i
> can choose a new one.
> Can you give a working configuration that you really use to test
> Opensips 2.2.1 ?
> Distrib : Debian or Ubuntu
> Version of the Distrib : 12.04, 14.04, 15.01, 15.02 or 16.04
>
> And, Is it possible for you to give the full procedure you use to
> setup from scratch-to-run a very basic opensips server ?
> (with the tested choice of a Linux distribution)
> It could help a lot of people i hope.
>
> Thank's a lot for your pateince.
>
> Best regards
More information about the Users
mailing list