Bacula-users

Re: [Bacula-users] Another noob question

2012-04-20 14:05:33
Subject: Re: [Bacula-users] Another noob question
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 20 Apr 2012 19:02:41 +0100
>>>>> On Fri, 20 Apr 2012 09:27:34 -0700, Sean Roe said:
> 
> Im trying to compile just the filer daemon on a server that I am adding to
> my bacula setup.  Here are the configs options I have:
> 
> CFLAGS="-g -Wall" \
> ./configure \
>   --sbindir=/opt/bacula/bin \
>   --sysconfdir=/opt/bacula/bin \
>   --disable-libtool \
>   --enable-client-only \
>   --enable-static-fd \
>   --with-pid-dir=/opt/bacula/bin/working \
>   --with-subsys-dir=/opt/bacula/bin/working \
>   --with-postgresql \
>   --with-working-dir=/opt/bacula/bin/working \
>   --with-dump-email=sean.roe AT cpaexcel DOT com
> 
> but when I run this I get :
> 
> You have specified two or more of the
> supported databases: MySQL, PostgreSQL, or SQLite3.
> This is not permitted when not using libtool Please reconfigure.
> 
> Aborting the configuration ...
> 
> 
> what am I missing?

It is a confusing error message, but remove --with-postgresql to fix it.

The client-only build doesn't use the database at all.

__Martin

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>