Re: [Bacula-devel] configure with-mysql test withval

2020-05-13 Thread Andrew Watkins
On 5/12/2020 2:10 PM, Martin Simmons wrote: It gets called when $withval=$with_mysql=yes, i.e. configure with --with-mysql instead of --with-mysql=/usr/mysql/5.7. __Martin Thanks for this and this solves my Solaris build problems. For some reason I added the =/usr/mysql/5.7 and with just --wi

Re: [Bacula-devel] configure with-mysql test withval

2020-05-12 Thread Martin Simmons
> On Tue, 12 May 2020 13:38:21 +0100, Andrew Watkins said: > > Hello, > > I have been looking at cleaning the build of bacula on Solaris > https://bugs.bacula.org/view.php?id=2520 since configure does not use > the correct mysqlclient library, then I spotted that if the configure > used my

[Bacula-devel] configure with-mysql test withval

2020-05-12 Thread Andrew Watkins
Hello, I have been looking at cleaning the build of bacula on Solaris https://bugs.bacula.org/view.php?id=2520 since configure does not use the correct mysqlclient library, then I spotted that if the configure used mysql_config all would be work. Looking more closely I do not see how mysql_co