Re: [Bacula-devel] Build only Storage

2016-11-22 Thread Heitor Faria
> Is there a way to build only Storage Daemon? > I was trying do run: > ./configure --enable-stored-yes --enable-build-dird=no Hello, Wanderlei: yes, it is possible. Storage daemon is also built according to the database back end. It also needs the (e.g.) --with-mysql option and the proper deve

Re: [Bacula-devel] Build only Storage

2016-11-21 Thread Kern Sibbald
The storage daemon tools cannot be built without the "cats" catalog backend library so your configure is incomplete without the database backend specification (mysql or postgresql). On 11/22/2016 12:20 AM, Wanderlei Huttel wrote: Is

[Bacula-devel] Build only Storage

2016-11-21 Thread Wanderlei Huttel
Is there a way to build only Storage Daemon? I was trying do run: ./configure --enable-stored-yes --enable-build-dird=no But I receive the message below: You have not specified either --enable-client-only or one of the supported databases: MySQL, PostgreSQL, or SQLite3. This is not permitted. Ple