Install Script error with MariaDB

Hi, when using ‘setup_frappe.sh’ to setup a new server for testing on Ubuntu 14.04.2 64-bit, the install script runs into an error with the MariaDB install and missing dependencies.

The issue is that the install script adds the MariaDB repository and installs it from there - however that in turn causes a dependency issue with the versions from the Ubuntu Repository. If I manually install without the script, MariaDB installs without error

The following packages have unmet dependencies:
libmariadbclient-dev : Depends: libmariadbclient18 (>= 5.5.42+maria-1~trusty) but it is not going to be installed
mariadb-server : Depends: mariadb-server-5.5 (= 5.5.42+maria-1~trusty) but it is not going to be installed

Thanks
.

I fixed that yesterday, do you still get this error (with the latest version of the script)?

Just found the time to try the install script again and all works as expected.

Many thanks

1 Like