[Bacula-users] Bacula client on Solaris

2006-06-05 Thread Mattia Possenti
Hi all, I would like to install bacula client 1.36.1 on a system with Solaris 10 but I can't find some rpm or precompiled packages. On this Solaris installation I've no compilers and I can't install compiler too. I would like to install the 1.36.1 version because my bacula server is 1.36.1 Could so

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-18 Thread Marcin Wasilewski
- From: "Martin Simmons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Friday, November 18, 2005 12:50 PM Subject: Re: [Bacula-users] Bacula client on Solaris 10 - configure error On Fri, 18 Nov 2005

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-18 Thread Martin Simmons
> On Fri, 18 Nov 2005 09:28:43 +0100, "Marcin Wasilewski" <[EMAIL > PROTECTED]> said: Marcin> where can I find files that I think are needed? Marcin> btime.c:42:18: math.h: No such file or directory Marcin> edit.c:30:18: math.h: No such file or directory Marcin> *** Error code 1

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-18 Thread Marcin Wasilewski
- Original Message - From: "Alan Brown" <[EMAIL PROTECTED]> To: "Paul Heinlein" <[EMAIL PROTECTED]> Cc: "Marcin Wasilewski" <[EMAIL PROTECTED]>; "Martin Simmons" <[EMAIL PROTECTED]>; Sent: Thursday, November 17, 2005 6:14 PM Subjec

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-18 Thread Peter Eriksson
On Thu, 17 Nov 2005, Alan Brown wrote: > On Thu, 17 Nov 2005, Paul Heinlein wrote: > > > I haven't used Solaris 10, so pardon me for guessing somewhat. > > Assuming that /lib/cpp is the Solaris (not GNU) cpp, I think you have > > two choices: > > It could be either. Solaris 10 comes with full GNU

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Alex Moore
On Thu, 17 Nov 2005 14:34:56 +0100 Attila Fülöp <[EMAIL PROTECTED]> wrote: > Save you troubles, install a binary package from > www.blastwave.org. 1.36.3 client is in the stable > distribution. Agreed. And 1.38.1 was put in the unstable tree this afternoon. It should be at your favorite blastwa

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Martin Simmons
> On Thu, 17 Nov 2005 08:46:56 -0800 (PST), Paul Heinlein <[EMAIL > PROTECTED]> said: Paul> On Thu, 17 Nov 2005, Marcin Wasilewski wrote: >> Installing package SUNWarc help a little bit, but now the ./configure script >> gives another error >> >> export >> PATH=/usr/b

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Alan Brown
On Thu, 17 Nov 2005, Paul Heinlein wrote: I haven't used Solaris 10, so pardon me for guessing somewhat. Assuming that /lib/cpp is the Solaris (not GNU) cpp, I think you have two choices: It could be either. Solaris 10 comes with full GNU kit as an optional install. Sun's own compilers are

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Martin Simmons
> On Thu, 17 Nov 2005 13:49:46 +0100, "Marcin Wasilewski" <[EMAIL > PROTECTED]> said: Marcin> Hello, Marcin> Installing package SUNWarc help a little bit, but now the ./configure script Marcin> gives another error Marcin> export Marcin> PATH=/usr/bin::/usr/ccs/bin:/etc

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Paul Heinlein
On Thu, 17 Nov 2005, Marcin Wasilewski wrote: Installing package SUNWarc help a little bit, but now the ./configure script gives another error export PATH=/usr/bin::/usr/ccs/bin:/etc:/usr/openwin/bin:/usr/local/bin:/usr/sfw/bin$ [] checking whether gcc and cc understand -c and -o toge

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Attila Fülöp
y next step was: ./configure --enable-client-only --disable-readline --oldincludedir=/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/install-tools/include but the error still occur Marcin - Original Message - From: "Martin Simmons" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Marcin Wasilewski
ools/include but the error still occur Marcin - Original Message - From: "Martin Simmons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Wednesday, November 16, 2005 10:56 PM Subject: Re: [Bacula-users] Bacula client on Solaris 10 - configure error On Wed, 1

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-16 Thread Martin Simmons
> On Wed, 16 Nov 2005 14:50:59 +0100, "Marcin Wasilewski" <[EMAIL > PROTECTED]> said: Marcin> What could it be? Marcin> ld: fatal: file values-Xa.o: open failed: No such file or directory Marcin> ld: fatal: File processing errors. No output written to a.out Marcin> ld is installe

RE: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-16 Thread Ribi Roland
lient-only make make install > -Original Message- > From: Marcin Wasilewski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 16, 2005 4:00 PM > To: Ribi Roland > Subject: Re: [Bacula-users] Bacula client on Solaris 10 - > configure error > > > Hi, > &g

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-16 Thread Marcin Wasilewski
- Original Message - From: "Martin Simmons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 15, 2005 6:34 PM Subject: Re: [Bacula-users] Bacula client on Solaris 10 - configure error On Tue, 15 Nov 2005 14:18:28 +0100, "Marcin Was

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-15 Thread Martin Simmons
> On Tue, 15 Nov 2005 14:18:28 +0100, "Marcin Wasilewski" <[EMAIL > PROTECTED]> said: Marcin> I'm trying to compile bacula1.36.3 client on Solaris 10/SPARC but Marcin> ./configure gives me an error that "C compiler cannot create executables" Marcin> Below is the config.log. Marc

[Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-15 Thread Marcin Wasilewski
Hello, I'm trying to compile bacula1.36.3 client on Solaris 10/SPARC but ./configure gives me an error that "C compiler cannot create executables" Below is the config.log. Could You help me find out what is wrong? Maybe some packages are missing? Best regards Marcin --