Re: [Bacula-users] Installation problem

2009-09-08 Thread yistoneriver
I got the same error during my bacula3.0 installation on RHEL4. In my case, workaround was to add '--disable-libtool' to the configure options. That did not use libtool, which caused an error, but used ar instead (maybe). I hope this will help. -yuji Francisco Sanchez wrote: > > > > > H

Re: [Bacula-users] Installation problem

2009-07-28 Thread Bruno Friedmann
Francisco Sanchez wrote: > > > Hi, > > > > I am trying to install Bacula 3.0.2 but after the installtion finished the > bacula-sd.conf and bacula-fd.com are not created, this is the configure > script that I ran : > > > > CFLAGS="-g -Wall" ./configure \ > --sbindir=/usr/sbin \ > --

[Bacula-users] Installation problem

2009-07-28 Thread Francisco Sanchez
Hi, I am trying to install Bacula 3.0.2 but after the installtion finished the bacula-sd.conf and bacula-fd.com are not created, this is the configure script that I ran : CFLAGS="-g -Wall" ./configure \ --sbindir=/usr/sbin \ --sysconfdir=/etc/bacula \ --with-scriptdir=/etc/bacul

Re: [Bacula-users] Installation Problem

2005-12-12 Thread Martin Simmons
Are you running make or make install here (looks like the latter)? You need to do make before make install. If that doesn't work, then to rule out any interaction with previous problems, I suggest you start with afresh (from the source tar file into an empty directory), run your configure and the

Re: [Bacula-users] Installation Problem

2005-12-09 Thread Martin Simmons
> On Fri, 9 Dec 2005 13:32:13 -, "Scott Simpson" <[EMAIL PROTECTED]> > said: Scott> Yeah there was an earlier error, but I thought the error message was Scott> repeated at the end, i.e. the error was: Scott> make[1]: *** No rule to make target `../lib/libbac.a', needed by Sco

RE: [Bacula-users] Installation Problem

2005-12-09 Thread Scott Simpson
riginal Message- From: Martin Simmons [mailto:[EMAIL PROTECTED] Sent: 09 December 2005 10:20 To: Scott Simpson Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Installation Problem >>>>> On Fri, 9 Dec 2005 10:04:15 -, "Scott Simpson" <[EMAIL PROTECT

Re: [Bacula-users] Installation Problem

2005-12-09 Thread Martin Simmons
> On Fri, 9 Dec 2005 10:04:15 -, "Scott Simpson" <[EMAIL PROTECTED]> > said: Scott> I think I followed the installation instructions and I've RTM. I ran Scott> configure thus (I've tried with and without the -02 compiler flag and Scott> with and without --enable-static-tools):

[Bacula-users] Installation Problem

2005-12-09 Thread Scott Simpson
I think I followed the installation instructions and I've RTM.  I ran configure thus (I've tried with and without the -02 compiler flag and with and without --enable-static-tools):   CFLAGS="-g -Wall -O2" ./configure \  --prefix=/usr \  --sbindir=/usr/sbin \  --sysconfdir=/etc/bacula \  --