AlmaLinux and MariaDB 10.6 upgrade failed

Mr. Jinx

Verified User
Joined
May 5, 2006
Messages
61
Just a headups in case anyone has the same problem.
After upgrading MariaDB from 10.4 to 10.6 using custombuild, it failed to start.
Error:
Code:
/usr/sbin/mysqld: error while loading shared libraries: libpmem.so.1: cannot open shared object file: No such file or directory

This was solved by installing the missing package 'libpmem'
Code:
yum install libpmem
 
Can confirm same issue for CentOS 7.

Code:
-- Unit mariadb.service has begun starting up.
/usr/sbin/mysqld: error while loading shared libraries: libpmem.so.1: cannot open shared object file: No such file or directory
mariadb.service: main process exited, code=exited, status=127/n/a
Failed to start MariaDB database server.
 
Back
Top