Miroslav Lachman ha scritto:
> I think there is no need to install MySQL server on the same machine
> with Icinga2 (or any other MySQL dependent port). It really needs client
> library and then it can connect to any remote MySQL server. That's why
> this is not supported by bsd.database.mk.
Exactl
Miroslav Lachman wrote on 19.06.2014 15:44:
Marco Steinbach wrote:
Hi.
Mk/bsd.database.mk seems to handle dependencies resulting from the use
of USE_PGSQL and USE_MYSQL flags differently.
USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the
server component. USE_MYSQL seems
Matthew Seaman wrote on 19.06.2014 15:32:
On 06/19/14 14:04, Marco Steinbach wrote:
Mk/bsd.database.mk seems to handle dependencies resulting from the use
of USE_PGSQL and USE_MYSQL flags differently.
USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the
server component. US
Marco Steinbach wrote:
Hi.
Mk/bsd.database.mk seems to handle dependencies resulting from the use
of USE_PGSQL and USE_MYSQL flags differently.
USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the
server component. USE_MYSQL seems to only pull anything in at buildtime,
if th
On 06/19/14 14:04, Marco Steinbach wrote:
> Mk/bsd.database.mk seems to handle dependencies resulting from the use
> of USE_PGSQL and USE_MYSQL flags differently.
>
> USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the
> server component. USE_MYSQL seems to only pull anything
Kurt Jaeger wrote on 19.06.2014 15:16:
Hi!
I'm trying to create a port of Icinga2
(https://www.icinga.org/icinga2/), FWIW.
Lars Engels has already a port of icinga2 he wants us to test:
http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093372.html
Thanks :)
MfG CoCo
_
Hi!
> I'm trying to create a port of Icinga2
> (https://www.icinga.org/icinga2/), FWIW.
Lars Engels has already a port of icinga2 he wants us to test:
http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093372.html
--
p...@opsec.eu+49 171 3101372
Alex Dupre wrote:
> Helmut Schneider ha scritto:
> > what does USE_MYSQL=yes do, require mysql-server, or mysql-client?
> > If mysql-client, how can I depend on the server (or v.v.)?
>
> From bsd.database.mk:
>
> # USE_MYSQL - Add MySQL (client/server/embedded) dependency
> (default:
On 4 Jan 2013 21:03, "Sergey V. Dyatko" wrote:
>
> On Fri, 4 Jan 2013 23:50:29 +0300
> "Sergey V. Dyatko" wrote:
>
> > On Fri, 4 Jan 2013 20:17:29 + (UTC)
> > "Helmut Schneider" wrote:
> >
> > > Sergey V. Dyatko wrote:
> > >
> > > > On Fri, 4 Jan 2013 19:38:05 +
> > > > Chris Rees wrote
On Fri, 4 Jan 2013 23:50:29 +0300
"Sergey V. Dyatko" wrote:
> On Fri, 4 Jan 2013 20:17:29 + (UTC)
> "Helmut Schneider" wrote:
>
> > Sergey V. Dyatko wrote:
> >
> > > On Fri, 4 Jan 2013 19:38:05 +
> > > Chris Rees wrote:
> > >
> > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
>
Helmut Schneider ha scritto:
what does USE_MYSQL=yes do, require mysql-server, or mysql-client? If
mysql-client, how can I depend on the server (or v.v.)?
From bsd.database.mk:
# USE_MYSQL - Add MySQL (client/server/embedded) dependency
(default:
#
On Fri, 4 Jan 2013 20:17:29 + (UTC)
"Helmut Schneider" wrote:
> Sergey V. Dyatko wrote:
>
> > On Fri, 4 Jan 2013 19:38:05 +
> > Chris Rees wrote:
> >
> > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> > > >
> > > > Hi,
> > > >
> > > > what does USE_MYSQL=yes do, require mysql-se
Chris Rees wrote:
> On 4 Jan 2013 20:13, "Helmut Schneider" wrote:
> >
> > Chris Rees wrote:
> >
> > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> > > > what does USE_MYSQL=yes do, require mysql-server, or
> > > > mysql-client? If mysql-client, how can I depend on the server
> > > > (or
On 4 Jan 2013 20:13, "Helmut Schneider" wrote:
>
> Chris Rees wrote:
>
> > On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client?
> > > If mysql-client, how can I depend on the server (or v.v.)?
> >
> > Client. Using WANT_MYSQL_VER
Sergey V. Dyatko wrote:
> On Fri, 4 Jan 2013 19:38:05 +
> Chris Rees wrote:
>
> > On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> > >
> > > Hi,
> > >
> > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client?
> > > If mysql-client, how can I depend on the server (or v.v.)?
Chris Rees wrote:
> On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> > what does USE_MYSQL=yes do, require mysql-server, or mysql-client?
> > If mysql-client, how can I depend on the server (or v.v.)?
>
> Client. Using WANT_MYSQL_VER or IGNORE_MYSQL_VER will allow you to
> choose versions; see
On Fri, 4 Jan 2013 19:38:05 +
Chris Rees wrote:
> On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
> >
> > Hi,
> >
> > what does USE_MYSQL=yes do, require mysql-server, or mysql-client?
> > If mysql-client, how can I depend on the server (or v.v.)?
>
> Client. Using WANT_MYSQL_VER or IGNORE_
On 4 Jan 2013 19:06, "Helmut Schneider" wrote:
>
> Hi,
>
> what does USE_MYSQL=yes do, require mysql-server, or mysql-client? If
> mysql-client, how can I depend on the server (or v.v.)?
Client. Using WANT_MYSQL_VER or IGNORE_MYSQL_VER will allow you to choose
versions; see Mk/bsd.database.mk.
18 matches
Mail list logo