mariadb server now requires bash?

doug doug at fledge.watson.org
Wed Mar 31 18:33:58 UTC 2021


On Wed, 31 Mar 2021, Tobias Rehbein wrote:

> Am Tue, Mar 30, 2021 at 07:08:19AM +0000 schrieb Veon Ax via freebsd-questions:
>> I am trying to find out why this is the case, and if there is a way
>> around it. But so far my searches have not been successful. Does
>> anyone know?
>
> The WSREP option adds bash to the dependency list. If you really want to
> avoid the installation of bash, you'll have to disable this option and
> build mariadb yourself using the ports tree.
>
> Regards,
>
> 	Tobias

Installing a package without a non-needed dependency is doable. I did the 
following to install libreoffice and keep mysql56:

    pkg install libreoffice
    pkg delete -f mysql57-client
    pkg lock libreoffice
    pkg install mysql56-server

In this case it works fine because I do not care about using the DB viewer.


More information about the freebsd-questions mailing list