Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread David Boyes
> > I will think more about this and do some explorations. > > I haven't really looked at where DB_TYPE is used, but we might want to > implement a DB_TYPE and a new DB_PROG variable so that we can keep your > DBI > type ... This (IMHO) seems to be the Right Thing. Set DB_TYPE to DBI, and DB_PROG

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
On Sunday 24 February 2008 21.38:03 João Henrique Freitas wrote: > Thanks for explanations. > > I will think more about this and do some explorations. I haven't really looked at where DB_TYPE is used, but we might want to implement a DB_TYPE and a new DB_PROG variable so that we can keep your DBI

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
On Sunday 24 February 2008 21.24:21 Jacek Konieczny wrote: > On Sun, Feb 24, 2008 at 09:02:59PM +0100, Kern Sibbald wrote: > > I think you should add a new configure option: > > > > --with-dbi-driver=xxx > > > > this will be a bit complicated, because you will need to check if xxx is > > one of o

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread João Henrique Freitas
Thanks for explanations. I will think more about this and do some explorations. Thanks On Sun, Feb 24, 2008 at 5:24 PM, Jacek Konieczny <[EMAIL PROTECTED]> wrote: > On Sun, Feb 24, 2008 at 09:02:59PM +0100, Kern Sibbald wrote: > > I think you should add a new configure option: > > > > --wit

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Jacek Konieczny
On Sun, Feb 24, 2008 at 09:02:59PM +0100, Kern Sibbald wrote: > I think you should add a new configure option: > > --with-dbi-driver=xxx > > this will be a bit complicated, because you will need to check if xxx is one > of our supported databases, then find the path to the program so that it c

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
Hello João, On Sunday 24 February 2008 20.43:54 João Henrique Freitas wrote: > Hello, > > > > > > 2- Review the options ./configure --with-dbi > > > > What needs reviewing here? > > > > > > > 3- To solve/review the make install when ./configure --with-dbi. > > > > > Currently,the database s

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread João Henrique Freitas
Hello, > > > > > 2- Review the options ./configure --with-dbi > > What needs reviewing here? > > > > > > 3- To solve/review the make install when ./configure --with-dbi. > > > > Currently,the database scripts don't is installed on system by make > > > > install command. > > Can you expl