Install Drachtio Server in Debian 11
apt-get install build-essential git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libxml2-dev uuid-dev gcc libssl-dev libtool autoconf automake zlib1g-dev git zip unzip libcurl4-openssl-dev autoreconf libtool libtool-bin libssl-dev cmake libgoogle-perftools-dev apt install gcc g++ make cmake build-essential git autoconf curl libtool libssl-dev libcurl4-openssl-dev libz-dev systemd-coredump liblz4-tool automake libtool-bin cd /usr/src/ git clone https://github.com/drachtio/drachtio-server.git cd drachtio-server/ git submodule update --init --recursive ./autogen.sh mkdir build && cd $_ ../configure --enable-tcmalloc=yes CPPFLAGS='-DNDEBUG' make make install ll /usr/local/bin cp ../drachtio.conf.xml /etc/ cp ../drachtio.service /etc/systemd/system/ systemctl status drachtio systemctl start drachtio systemctl status drachtio history
0
Comments
-
root@VM-Dractio-221:/usr/src/drachtio-server# ./autogen.sh Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
if encountered such error, follow steps below
Steps:
- Open the
nano Makefile.am
file. - Look for the
INCLUDES
variable, which might look like this:
INCLUDES = -I/path/to/include
- Replace it with
AM_CPPFLAGS
like so:
AM_CPPFLAGS = -I/path/to/include
0 - Open the
Howdy, Stranger!
Categories
- 94 All Categories
- 20 VoIP
- 7 SIP
- 16 asterisk
- 44 Programming
- 1 Nodejs
- 4 javascript
- 19 PHP
- 8 Codeigniter
- 14 database
- 1 UI/UX
- 2 Flutter
- 28 OS
- 26 Linux
- 1 Virtualization
- 1 Android
- 1 Windows
- 2 legal