I have mysql-client57 installed:
I'm trying to install drupal8, but it wants to install mysql56-client: 5.6.39_1:
How can I install drupal8 and get it to use my existing mysql-client57? I tried
but it didn't make any difference. Am I going to have to build drupal8 from source and edit the Makefile to change the dependency?
Code:
# pkg info mysql57-client
mysql57-client-5.7.21_1
Name : mysql57-client
Version : 5.7.21_1
Installed on : Sat Mar 10 16:28:48 2018 EST
Origin : databases/mysql57-client
Architecture : FreeBSD:11:amd64
Prefix : /usr/local
Categories : databases ipv6
Licenses : GPLv2
Maintainer : mmokhi@FreeBSD.org
WWW : http://www.mysql.com/
Comment : Multithreaded SQL database (client)
Options :
SASLCLIENT : on
Shared Libs required:
liblz4.so.1
libsasl2.so.3
libedit.so.0
Shared Libs provided:
libmysqlclient.so.20
Annotations :
FreeBSD_version: 1101001
cpe : cpe:2.3:a:mysql:mysql:5.7.21:::::freebsd11:x64:1
repo_type : binary
repository : FreeBSD
Flat size : 49.0MiB
Description :
MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.
WWW: http://www.mysql.com/
I'm trying to install drupal8, but it wants to install mysql56-client: 5.6.39_1:
Code:
# pkg install drupal8
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
drupal8: 8.5.0
mysql56-client: 5.6.39_1
Number of packages to be installed: 2
The process will require 96 MiB more space.
13 MiB to be downloaded.
Proceed with this action? [y/N]:
How can I install drupal8 and get it to use my existing mysql-client57? I tried
Code:
# pkg set -o databases/mysql56-client:databases/mysql57-client
Change origin from databases/mysql56-client to databases/mysql57-client for all dependencies? [y/N]: y