Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Install

Radosław Korzeniewski edited this page Jun 23, 2013 · 2 revisions

For successful build you should choose a proper Makefile based on your Operating System. You can choose from: Linux, OSX and Solaris. Next you need to setup a Makefile variables inside selected makefile:

BACULASRC = bacula.enterprise.git

is where your Bacula source code is available relative to '..' directory.

plugindir = /opt/bacula/plugins
sbindir = /opt/bacula/bin
libdir = /opt/bacula/lib64
confdir = /opt/bacula/etc

are where you want to install pgsql plugin and utilities.

Next you need to configure and compile Bacula, because plugin compilation require this. Then finally standard:

$ make clean
$ make all
$ sudo make install 

Clone this wiki locally