Hallo zusammen

Nachdem mein zentraler Server vor kurzem Probleme bereitet hat, habe ich mir einen neuen "gut gebrauchten" Rackserver (HP DL380 G6 2xX5570) fuer relativ kleines Geld gegoennt. Uebrigens: Wenn man ihn nicht permament mit hoher Last (zB. Berechnungen fuer worldcommunitygrid.org in 10 Tasks oder mehr) laufen laesst, ist der Laermpegel fast "schlafzimmertauglich";-)

Nun das Problem an der Geschichte: Backups mache ich seit langem mit bacula und PostgreSQL als Datenbank. Leider habe ich fuer mein System (siehe Titel) keine passendes fertiges Package gefunden. Kennt jemand eines?

Nun denn eben wieder mal selber kompilieren:-( Der Download von bacula 9.0.5 von hier funktioniert logischerweise problemlos, auch das "configure" klappte fehlerfrei. Beim "make" fingen die Probleme an:-(
Code:
==>Entering directory /tmp/bacula-9.0.5/src/filed
make[1]: Entering directory '/tmp/bacula-9.0.5/src/filed'
Compiling xacl.c
In file included from xacl.c:1306:0:
xacl_linux.h:37:2: error: #error "configure failed to detect availability of sys/acl.h"
 #error "configure failed to detect availability of sys/acl.h"
  ^
In file included from xacl.c:1306:0:
xacl_linux.h:66:4: error: ‘acl_type_t’ does not name a type
    acl_type_t get_acltype(XACL_type xacltype);
    ^
xacl_linux.h:67:22: error: ‘acl_t’ has not been declared
    int acl_nrentries(acl_t acl);
                      ^
xacl_linux.h:68:22: error: ‘acl_t’ has not been declared
    bool acl_issimple(acl_t acl);
                      ^
Makefile:167: recipe for target 'xacl.o' failed
make[1]: *** [xacl.o] Error 1
make[1]: Leaving directory '/tmp/bacula-9.0.5/src/filed'
[ ====== Error in /tmp/bacula-9.0.5/src/filed ======


Makefile:148: recipe for target 'all' failed
make: *** [all] Error 1
Ich habe aber zwei Files namens "acl.h" auf meiner Festplatte:
Code:
bier57:/tmp/bacula-9.0.5 # rpm -qif /usr/include/pgsql/server/utils/acl.h
Name        : postgresql95-devel
Version     : 9.5.7
Release     : 1.8
Architecture: x86_64
Install Date: Sat 11 Nov 2017 01:41:25 PM CET
Group       : Development/Libraries/C and C++
Size        : 5327796
License     : PostgreSQL
Signature   : RSA/SHA256, Sat 08 Jul 2017 01:43:37 AM CEST, Key ID b88b2fd43dbdc284
Source RPM  : postgresql95-libs-9.5.7-1.8.src.rpm
Build Date  : Sat 08 Jul 2017 01:43:20 AM CEST
Build Host  : build72
Relocations : (not relocatable)
Packager    : http://bugs.opensuse.org
Vendor      : openSUSE
URL         : https://www.postgresql.org/
Summary     : PostgreSQL development header files and libraries
Description :
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.

This package contains the header files and libraries needed to compile
C applications which will directly interact with a PostgreSQL database
management server and the ECPG Embedded C Postgres preprocessor. You
need to install this package if you want to develop applications in C
which will interact with a PostgreSQL server.
Distribution: openSUSE Leap 42.3
bier57:/tmp/bacula-9.0.5 # rpm -qif /usr/include/sys/acl.h
Name        : libacl-devel
Version     : 2.2.52
Release     : 10.15
Architecture: x86_64
Install Date: Sat 11 Nov 2017 02:19:26 PM CET
Group       : Development/Libraries/C and C++
Size        : 60283
License     : GPL-2.0+ and LGPL-2.1+
Signature   : RSA/SHA256, Fri 07 Jul 2017 05:02:47 PM CEST, Key ID b88b2fd43dbdc284
Source RPM  : acl-2.2.52-10.15.src.rpm
Build Date  : Fri 07 Jul 2017 05:02:40 PM CEST
Build Host  : lamb65
Relocations : (not relocatable)
Packager    : http://bugs.opensuse.org
Vendor      : openSUSE
URL         : http://download.savannah.gnu.org/releases-noredirect/acl/
Summary     : Include Files and Libraries mandatory for Development
Description :
This package contains all necessary include files and libraries needed
to develop applications that require these.
Distribution: openSUSE Leap 42.3
bier57:/tmp/bacula-9.0.5 #
Hier komme ich nicht weiter. Kann mir jemand einen Tip geben,
a) wie ich bacula kompiliert bekomme
oder
b) wo ich ein fertiges Installations-Package fuer bacula bekomme

Vielen Dank im Voraus und Gruss
Pit.