From owner-freebsd-questions@freebsd.org Fri Jan 29 12:14:51 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0FCA72EC3 for ; Fri, 29 Jan 2016 12:14:51 +0000 (UTC) (envelope-from lists@schamschula.com) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id A5AC51C7E for ; Fri, 29 Jan 2016 12:14:51 +0000 (UTC) (envelope-from lists@schamschula.com) Received: from homiemail-a6.g.dreamhost.com (homie.mail.dreamhost.com [208.97.132.208]) by hapkido.dreamhost.com (Postfix) with ESMTP id 4E30C8D36D for ; Fri, 29 Jan 2016 04:14:45 -0800 (PST) Received: from homiemail-a6.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTP id 578E2598074 for ; Fri, 29 Jan 2016 04:14:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=schamschula.com; h=from :content-type:subject:message-id:date:to:mime-version; s= schamschula.com; bh=VPG8FAhLLGqKJv95zpjKmEQ2EWQ=; b=vN1S8oOu6Euq XZ4Dv7/kzx9uedeQtRIgXFZTSD1Z3bVWOl4x8+R3r8aBhTPDXjaqNnWxi9YiYMIp RBxXxej4HIS1ZN7aifdbmiRx9ys8/+ZsAY0R8DmtkpuF6VygX2Inzoike4kBe8of 7j7lKaCFuCGJqP1CodSR1mZeveQbfIk= Received: from [10.0.1.75] (173-26-108-176.client.mchsi.com [173.26.108.176]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: lists@schamschula.com) by homiemail-a6.g.dreamhost.com (Postfix) with ESMTPSA id F2EDB59806B for ; Fri, 29 Jan 2016 04:14:38 -0800 (PST) From: Marius Schamschula Subject: Installing owncloud downgrades mysql57 Message-Id: <937D197D-F170-4222-A028-572692385DE6@schamschula.com> Date: Fri, 29 Jan 2016 06:14:36 -0600 To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 12:14:51 -0000 Hi there, I=92m new to FreeBSD, but rather familiar to *NIX OSs (20 years of = various flavors of Linux, IRIX and (Mac) OS X/Darwin). I'm attempting to install owncloud-8.2.2 under FreeBSD 10.2. I previously have installed mysql57 client and server. To my dismay I = find Installed packages to be REMOVED: mysql57-server-5.7.10_1 mysql57-client-5.7.10_1 to be replaced by=20 mysql56-client: 5.6.27 No mention no replacement of mysql56-server. I=92m not sure how owncloud = is expected to work w/o a working mysql-server. Never mind that there = may be backward incompatible changes between mysql56 and mysql57. It is somewhat unclear to me where in the dependency tree = mysql56-client: 5.6.27 is specified, i.e. if owncloud or one of its = dependencies makes this request. I suppose I could do a mysqldump, and restore into mysql56-server, but I = really want to be using the current stable branch (as defined upstream). Is there any way to specify which version of mysql to use, i.e. a = variant? Under MacPorts I=92d use something like port install owncloud +mysql57 (if there were such a package - the case insensitive files system = precludes installing owncloud under OS X). Marius -- Marius Schamschula