Date: Mon, 01 Jul 2019 09:18:46 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: "Ronald F. Guilmette" <rfg@tristatelogic.com> Cc: freebsd-questions@freebsd.org Subject: Re: MySQL install error -- Do I need to worry about this? Message-ID: <44a7dxopu1.fsf@be-well.ilk.org> In-Reply-To: <87383.1561874997@segfault.tristatelogic.com> (Ronald F. Guilmette's message of "Sat, 29 Jun 2019 23:09:57 -0700") References: <87383.1561874997@segfault.tristatelogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Ronald F. Guilmette" <rfg@tristatelogic.com> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44a7dxopu1.fsf>
