[MDEV-27773] Cannot load galera library since it now expects libssl.so.1.0.0 Created: 2022-02-08 Updated: 2022-03-10 Resolved: 2022-03-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.5.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | prashant Jadhav | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
Amazon Linux 2 AMI (HVM) - Kernel 5.10 |
||
| Attachments: |
|
| Description |
|
Hi Team, I am trying to setup Galera cluster using MariaDB 10.5.13 using tarball installation. Have gone through issue MDEV-26741 which state that libssl.so.1.0.0 issue has been fixed but I am still facing the same. below are the screenshot of my error log and ldd command of lib I have downloaded Tarball file from Download. Please let me know how to resolve or provide me correct path of tarball if I am downloading wrong file |
| Comments |
| Comment by Elena Stepanova [ 2022-02-08 ] | ||||||||||||||||||||||
|
On the downloads page, there is a drop-down list "init system" which offer two choices, Systemd and Sysvinit. In the systemd one galera is linked with libssl.so.1.0.0, in the sysvinit one – with libssl.so.10:
So, you need to choose the Sysvinit one. | ||||||||||||||||||||||
| Comment by prashant Jadhav [ 2022-02-10 ] | ||||||||||||||||||||||
|
Sure, I will try with Tarball Sysvinit and let you know the progress. Thank You. |