• Bacula has been compiled and run on OpenSuSE Linux, FreeBSD, and Solaris systems.
  • It requires GNU C++ version 4.3 or higher to compile. You can try with other compilers and older versions, but you are on your own. We have successfully compiled and used Bacula using GNU C++ version 12. Note, in general GNU C++ is a separate package (e.g. RPM) from GNU C, so you need them both loaded. On Red Hat systems, the C++ compiler is part of the gcc-c++ rpm package.
  • There are certain third party packages that Bacula may need. Except for MySQL and PostgreSQL, they can all be found in the depkgs and depkgs1 releases. However, most current Linux and FreeBSD systems provide these as system packages.
  • The minimum versions for each of the databases supported by Bacula are:If you want to build the Win32 binaries, please see the README.mingw32 file in the src/win32 directory. We cross-compile the Win32 release on Linux. We provide documentation on building the Win32 version, but due to the complexity, you are pretty much on your own if you want to build it yourself.
    • MySQL 8
    • PostgreSQL 9.6
    • SQLite 3
  • If you want to build the Win32 binaries, please see the README.mingw32 file in the src/win32 directory. We cross-compile the Win32 release on Linux. We provide documentation on building the Win32 version, but due to the complexity, you are pretty much on your own if you want to build it yourself.
  • Bacula requires a good implementation of pthreads to work. This is not the case on some of the BSD systems.
  • The source code has been written with portability in mind and is mostly POSIX compatible. Thus porting to any POSIX compatible operating system should be relatively easy.
  • The Tray Monitor program is developed for QT 5, KDE greater or equal to 3.1 or any window manager supporting the FreeDesktop system tray standardhttp://www.freedesktop.org/Standards/systemtray-spec.
  • If you want to enable command line editing and history, you will need to have /usr/include/termcap.h and either the termcap or the ncurses library loaded (libtermcap-devel or ncurses-devel).