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
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 \
> --
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
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
> 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
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
> 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):
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 \
--