[MDEV-21761] [ERROR] WSREP: Failed to create a new provider '/usr/lib/libgalera_smm.so' with options '':Failed to load wsrep library Created: 2020-02-18 Updated: 2020-12-08 Resolved: 2020-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, wsrep |
| Fix Version/s: | 10.5.2 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Enjel | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, replication | ||
| Attachments: |
|
| Description |
|
I want to set up galera cluster with MariaDB 10.5, galera-4. I change configuration in my.cnf, then run command ```mariadb-install-db --defaults-file=/etc/mysql/my.cnf``` I add this lines to my.cnf : error in log file : Here some details : ```# dpkg -l | grep mariadb ```# dpkg -l | grep galera I test the API provider on MariaDB 10.4. everything is good, the provider can be loaded. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2020-02-19 ] |
|
From some reason release has wrong Galera library. |
| Comment by Daniel Bartholomew [ 2020-02-19 ] |
|
We've identified an issue in the build of the galera-26.4.4 packages that were pushed out with the 10.5.1 release. We're working on a fix now. |
| Comment by Daniel Bartholomew [ 2020-02-20 ] |
|
I've reverted the galera version in the 10.5.1 repositories to galera-26.4.3 while I prep the rebuilt 26.4.4 packages. |
| Comment by Daniel Bartholomew [ 2020-02-22 ] |
|
Newly built galera-26.4.4 packages added to the repositories. You may need to do a `sudo yum clean all; sudo rm -rf /var/cache/yum` so that Yum doesn't complain about the new package. On Debian/Ubuntu, removing the repo, doing a `sudo apt update`, adding the repo back, and then another `sudo apt update` should clear up any issues apt might have with the new package. |