This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

Error during Galera Server Installation

When attempting to install MariaDB-Galera server and client I am receiving the following error:

Error: Package: galera-25.3.9-1.rhel6.el6.x86_64 (mariadb)
       Requires: nc

As far as I can tell, /usr/bin/nc is installed. What is preventing the package from continuing?

Answer Answered by Daniel Black in this comment.

your /usr/bin/nc might be installed from a different package - rpm -qf /usr/bin/nc to check.

If so ensure the other dependencies are installed - use yumdb set reason dep {package} to make as installed because of dependences. and install galera without checking dependencies.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.