Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-21 Thread r0...@nxlplyx.com
Hi Martin, Thank you.  But I got the same result. --- $ make CFLAGS=-I/usr/include/x86_64-linux-gnu  deb make: *** No rule to make target 'curl/curl.h', needed by 'build/obj/acl.do'.  Stop. --- and just for consistency, I ran Radoslaw's command and got the results belo

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-21 Thread Martin Simmons
If you were trying to set CFLAGS to -I/usr/include/x86_64-linux-gnu then you must remove the space after CFLAGS=, i.e. use make CFLAGS=-I/usr/include/x86_64-linux-gnu deb __Martin > On Wed, 20 May 2020 20:40:23 -0400, r0002@nxlplyx com said: > > Hi Radoslaw, > > I still get the same resul

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-20 Thread r0...@nxlplyx.com
Hi Radoslaw, I still get the same results.  Judging by the error message, I am guessing that it finds them, but doesn't know what to do with them because there is no rule for them. === $ make CFLAGS= -I/usr/include/x86_64-linux-gnu  deb make: *** No rule to make target 'curl/curl.h'

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-20 Thread Radosław Korzeniewski
Hello, wt., 19 maj 2020 o 21:37 r0...@nxlplyx.com napisał(a): > Hi Radoslaw, > > I believe I have tried every kind of library combination, to no avail. > Your compilation requires a following header file to be available: curl/curl.h In my development machine (Debian) it is available with the fol

[Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-19 Thread r0...@nxlplyx.com
Hi Radoslaw, I believe I have tried every kind of library combination, to no avail. ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-19 Thread Radosław Korzeniewski
Hello, sob., 16 maj 2020 o 18:40 r0...@nxlplyx.com napisał(a): > Hi Sven, > > I retrieved the S3 module from the link you provided: > www.bacula.org/downloads/libs3-20181010.tar.gz > > However I have been unable to compile the module in Ubuntu 18.04: > > > > $ ls > archlinux ChangeLog deb

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-17 Thread kern
message From: Josh Fisher Date: 5/11/20 16:52 (GMT+01:00) To: Kern Sibbald , Sven Hartge , bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04 On 5/11/2020 7:38 AM, Kern Sibbald wrote

[Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-16 Thread r0...@nxlplyx.com
Hi Sven, I retrieved the S3 module from the link you provided: www.bacula.org/downloads/libs3-20181010.tar.gz However I have been unable to compile the module in Ubuntu 18.04: $ ls archlinux  ChangeLog  debian    GNUmakefile    GNUmakefile.osx  INSTALL LICENSE  README  test build  

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-11 Thread Martin Simmons
> On Mon, 11 May 2020 10:52:23 -0400, Josh Fisher said: > > This is a multi-part message in MIME format. > --===2027621642792716715== > Content-Type: multipart/alternative; > boundary="70CDB63220E9E5545F246201" > Content-Language: en-US > > This is a multi-part messag

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-11 Thread Josh Fisher
On 5/11/2020 7:38 AM, Kern Sibbald wrote: Hello Sven, I share your concerns, but here are a few mitigating factors: 1. I am not aware of any other C/C++ S3 library that will do the same job and is well maintained.  I have to admit I have not looked recently, so any suggestions would be welc

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-11 Thread Kern Sibbald
Hello Sven, I share your concerns, but here are a few mitigating factors: 1. I am not aware of any other C/C++ S3 library that will do the same job and is well maintained.  I have to admit I have not looked recently, so any suggestions would be welcome. 2. Bacula

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-11 Thread Radosław Korzeniewski
Hello, niedz., 10 maj 2020 o 00:01 r0...@nxlplyx.com napisał(a): > Hi Radoslaw, > > Thank you for the reply. I disabled AFS in the configuration and avoided > the AFS variable compilation errors. > > Unfortunately, I am now getting S3 driver compilation errors. > > It is the S3 modules that I n

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-10 Thread Sven Hartge
On 10.05.20 15:01, Kern Sibbald wrote: > I agree with Sven, libs3 is a big disaster.  It works well but the > author abandoned it, and many things have changed since then.  For the > moment, we have a version that works with AWS (don't expect it to work > with a number of other S3 implementations,

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-10 Thread Kern Sibbald
Hello, Please permit me to make a small correction to what Sven said.  The libs3 that is needed is indeed updated from the version released on Debian and Ubuntu, but it supplied by the Bacula Community (i.e. Kern) rather than Bacula Systems.  A working version

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-10 Thread Sven Hartge
On 09.05.20 22:48, r0...@nxlplyx.com wrote: > It is the S3 modules that I need.  This may help explain why I have not > been able to get the S3 module of Bacula 9.6.3 to work in for Ubuntu 18.04. To get the S3 driver working, you need the special libs3 provided by Bacula systems. The libs3 includ

[Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-09 Thread r0...@nxlplyx.com
Hi Radoslaw, Thank you for the reply.  I disabled AFS in the configuration and avoided the AFS variable compilation errors.  Unfortunately, I am now getting S3 driver compilation errors. It is the S3 modules that I need.  This may help explain why I have not been able to get the S3 module of Bac

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-09 Thread Radosław Korzeniewski
Hello, wt., 5 maj 2020 o 02:17 r0...@nxlplyx.com napisał(a): > Hi, > > I am attempting to compile Bacula 9.6.3 on Ubuntu 18.04, but am getting > the following errors. Can anyone help out? > Yes! Just disable AFS support in Bacula as this support was never tested after core components refactori

Re: [Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-04 Thread Gary R. Schmidt
On 05/05/2020 06:59, r0...@nxlplyx.com wrote: Hi, I am attempting to compile Bacula 9.6.3 on Ubuntu 18.04, but am getting the following errors.  Can anyone help out? What options did you configure the build with? And what was the output from configure? Cheers, Gary

[Bacula-users] Compilation Errors of Bacula 9.6.3 on Ubuntu 18.04

2020-05-04 Thread r0...@nxlplyx.com
Hi, I am attempting to compile Bacula 9.6.3 on Ubuntu 18.04, but am getting the following errors.  Can anyone help out? --- $ make .. .. make[1]: Leaving directory '/home/user1/dirNFS/sw/bacula_9.6.3/bacula-9.6.3/src/findlib' ==>Entering directory /home/user1/dirNFS/sw/bacula_9.6.