Hi, Am 14.08.2016 um 11:16 schrieb 'Tilman Glotzner' via bareos-users: > I have just installed ubuntu 16.04. > > A) As there is no released package available, I tried the experimental > nightly build. That did not work, I am getting an error message: > bareos-dir ABORTING due to ERROR > Unable to load any shared library for libbareoscats-mysql.so
Bareos packages, even nightly packages do run through automated testing for all distributions before publishing. It tests installation with the different backends and some basic backup jobs. Bareos nightly (master) does work on Ubuntu 16.04 and MySQL backend. I checked our test environment. Did you install the bareos mysql backend package bareos-database-mysql ? Our test uses the default mysql-server (= mysql-server-5.5) package. (As a side note: bareos-14.2.6 is included in Ubuntu universe.) > B) I then compiled 15.2.4 from source. > Given that TLS Enable = yes and TLS Require = no in the configuration file, I > am getting an error message: > 4-Aug 11:03 bareos-dir JobId 0: Fatal error: Failed to initialize TLS context > for Director "bareos-dir" in /etc/bareos/bareos-dir.conf > > If I set TLS Enable = yes and TLS Require = yes, I get the error message: > 14-Aug 11:06 bareos-dir JobId 0: Fatal error: TLS required but not configured > in BAREOS. > > I then checked the configure log in config.out. Openssl is not configured to > be supported. I installed gnu-tls, but the state for gnu-tls seems not to be > defined (as it is blank in configure log). I would guess the error messages > try to tell me that I need to compile TLS support into baroes. What options > do I need to add to the configure script to get tls support ? You see the options we use in the debian/rules file. It might be a better approach you recompile the Debian source package and adapt it to your needs, instead of doing in manually. Because then it also tells you, what package it requires at compile time (see debian/control.in). Have libssl-dev been installed during compiling? The Bareos packages included in Debian.org and therefore Ubuntu.com do you gnutls instead of openssl. See doc.bareos.com to read about the limitation of this approach. regards, Jörg -- Jörg Steffens [email protected] Bareos GmbH & Co. KG Phone: +49 221 630693-91 http://www.bareos.com Fax: +49 221 630693-10 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: S. Dühr, M. Außendorf, Jörg Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
