From owner-freebsd-questions@freebsd.org Mon Jul 1 13:19:02 2019 Return-Path: Delivered-To: freebsd-questions@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 CF58415DA5E7 for ; Mon, 1 Jul 2019 13:19:02 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 551E975D28 for ; Mon, 1 Jul 2019 13:19:02 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.be-well.ilk.org (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 0C2BE33C29; Mon, 1 Jul 2019 09:18:47 -0400 (EDT) Received: by lowell-desk.be-well.ilk.org (Postfix, from userid 1147) id AB1FC187E01; Mon, 1 Jul 2019 09:18:46 -0400 (EDT) From: Lowell Gilbert To: "Ronald F. Guilmette" Cc: freebsd-questions@freebsd.org Subject: Re: MySQL install error -- Do I need to worry about this? References: <87383.1561874997@segfault.tristatelogic.com> Reply-To: freebsd-questions@freebsd.org Date: Mon, 01 Jul 2019 09:18:46 -0400 In-Reply-To: <87383.1561874997@segfault.tristatelogic.com> (Ronald F. Guilmette's message of "Sat, 29 Jun 2019 23:09:57 -0700") Message-ID: <44a7dxopu1.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 551E975D28 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.68 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-questions@freebsd.org]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.87)[0.872,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[ilk.org]; AUTH_NA(1.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: be-well.ilk.org]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.94)[0.935,0]; NEURAL_SPAM_MEDIUM(0.83)[0.827,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.06)[ip: (0.16), ipnet: 23.30.0.0/15(0.10), asn: 7922(0.08), country: US(-0.06)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2019 13:19:03 -0000 "Ronald F. Guilmette" writes: > I did: > > % pkg install mysql57-server > > The process seemd to go OK, but at the very end, I got this > troubling message: > > pkg: mysql56-client-5.6.44 conflicts with mysql57-client-5.7.26 > (installs files into the same place). Problematic file: > /usr/local/bin/mysql > > The date on the /usr/local/bin/mysql file is five days ago: > > -rwxr-xr-x 1 root wheel 3835664 Jun 24 22:00 /usr/local/bin/mysql > > Should I be worried? It could cause some problems, although it also might not. Basically, what the message is trying to tell you is that ports doesn't support having mysql56 and mysql57 installed on the same system. The question is why you have both; in most cases, it's perfectly reasonable to just remove one and stick with the other.