In de documentatie van Homestead is te vinden dat je mariadb heel eenvoudig kan installeren door toevoeging van de mariadb option. Wanneer ik dit doe zoals voorgeschreven en vervolgens vagrant up run, krijg ik volgende log terug:
Iemand een idee wat er mis loopt?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| ==> default: mariadb-server : Depends: mariadb-server-10.1 (= 10.1.16+maria-1~trusty) but it is not going to be installed ==> default: E ==> default: : ==> default: Unable to correct problems, you have held broken packages. ==> default: /tmp/vagrant-shell: line 42: /etc/mysql/my.cnf: No such file or directory ==> default: sed: can't read /etc/mysql/my.cnf: No such file or directory ==> default: /tmp/vagrant-shell: line 48: mysql: command not found ==> default: Failed to restart mysql.service: Unit mysql.service not found. ==> default: /tmp/vagrant-shell: line 51: mysql: command not found ==> default: /tmp/vagrant-shell: line 52: mysql: command not found ==> default: /tmp/vagrant-shell: line 53: mysql: command not found ==> default: /tmp/vagrant-shell: line 54: mysql: command not found ==> default: Failed to restart mysql.service: Unit mysql.service not found. The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong. |
Iemand een idee wat er mis loopt?
RTFM!