From owner-freebsd-pkg@freebsd.org Sun Dec 2 15:53:16 2018 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA9813261F3 for ; Sun, 2 Dec 2018 15:53:16 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6597344F for ; Sun, 2 Dec 2018 15:53:14 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Sun, 02 Dec 2018 16:50:55 +0100 Authentication-Results: connect.ultra-secure.de; iprev=pass; auth=pass (plain); spf=none smtp.mailfrom=ultra-secure.de Received-SPF: None (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=[192.168.1.201]; envelope-from= Received: from [192.168.1.201] (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 266B973E-AC1D-4286-9F07-1B8EA134F334.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 verify=NO); Sun, 02 Dec 2018 16:50:50 +0100 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Zabbix 4 and MySQL 8.0 From: Rainer Duffner In-Reply-To: Date: Sun, 2 Dec 2018 16:52:57 +0100 Cc: Jules Gilbert via freebsd-pkg Content-Transfer-Encoding: quoted-printable Message-Id: <3B14FC79-EA60-42FD-9FAA-7BD5CCE43731@ultra-secure.de> References: To: Grzegorz Wiktorowski X-Mailer: Apple Mail (2.3445.9.1) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=15 total_conn=1 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 7740, bad: 6, connections: 8425, history: 7734, asn_score: 405, asn_connections: 434, asn_good: 406, asn_bad: 1, pass:asn, relaying X-Rspamd-Queue-Id: 7D6597344F X-Spamd-Result: default: False [-1.66 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.974,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.95)[-0.954,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ultra-secure.de]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[connect.ultra-secure.de]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.70)[-0.698,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.52)[asn: 24940(-2.58), country: DE(-0.01)]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 15:53:16 -0000 > Am 02.12.2018 um 11:52 schrieb Grzegorz Wiktorowski = : >=20 > First I installed mysql80-server-8.0.11 package. Then I installed > zabbix4-server-4.0.1 package. Zabbix package informed that it needed = MySql > version 5.6 and forced to deinstall MySql version 8.0 and install = MySql > version 5.6. >=20 > ASFAIK from Zabbix website MySql version 8 is suitable for Zabbix = version > 4. I don't dare to say it seems as an oversight in package = dependences. Is > there any workaround to install&run Zabbix with version 8.0 of MySql? >=20 >=20 > --=20 > Grzegorz Wiktorowski > _______________________________________________ > freebsd-pkg@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pkg > To unsubscribe, send any mail to "freebsd-pkg-unsubscribe@freebsd.org" Packages can only be compiled with one database-dependency at a time. The default-version is still it MySQL 5.6, it seems. If you want to change that, you will have to build your own packages = (usually, this implies building all your packages because mixing = different repositories that offer the same packages doesn=E2=80=99t = usually work too well). Alternatively, put MySQL 8.0 Zabbix each in its own jail.