Skip to content

Installation Debian Linux 8.x

Carsten Strotmann edited this page May 11, 2017 · 2 revisions

Installation instructions for Debian Linux

The following description applies to Bundy github from May 2017 (should work with later versions as well) installed on "Stable" Debian 8.0 GNU/Linux, codenamed "Jessie".

Install necessary dependencies.

All required dependencies are available as Debian packages, so their installation is easy:

$ sudo apt-get install git g++ python3 python3-dev autoconf automake
$ sudo apt-get install libbotan1.10-dev libbz2-dev libgmp3-dev bzip2 make libboost-dev pkg-config
$ sudo apt-get install libsqlite3-dev sqlite3  liblog4cplus-dev python3-setproctitle libtool libtool-bin

Bundy Compilation and installation

Once those steps are completed, you should be ready for Bundy compilation and installation:

$ git clone https://github.com/bundy-dns/bundy.git
$ cd bundy
$ autoreconf --install
$ ./configure 
$ make
$ sudo make install
$ sudo ldconfig -v