Re: [Bacula-users] Another noob question

2012-04-20 Thread Martin Simmons
> 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

[Bacula-users] Another noob question

2012-04-20 Thread Sean Roe
Hi, 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-f