> 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
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
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