Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 18:33:51 +0000 (UTC)
From:      doug <doug@fledge.watson.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: mariadb server now requires bash?
Message-ID:  <ecaad72b-e3ae-2a8a-cc1d-53de851129a@fledge.watson.org>
In-Reply-To: <YGQiuC9J3PvNzv%2Bb@x230.local>
References:  <GHUDzrYkt-ZRUluMbjClnGFtwt91SxyplAxZzSnT3Fz_TpHoRDCOPWTf1kp1v3efSLuhz3Eftz0FGfJxuXZzPf28JmsFWw_nrhVfnTqiBAQ=@protonmail.ch> <YGQiuC9J3PvNzv%2Bb@x230.local>

next in thread | previous in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ecaad72b-e3ae-2a8a-cc1d-53de851129a>