Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.14
Description
I downloaded the community version of MariaDB software with systemd integration and it seems that systemd integration is missing. A timeout occurs when "systemctl start mariadb".
Comparing MariaDB (systemd in filename) version 10.3.13 with 10.3.14 systemd seems to be missing:
$ ldd mariadb-10.3.*13*-linux-systemd-x86_64/bin/mysqld|grep systemd
|
libsystemd-daemon.so.0 => /lib64/libsystemd-daemon.so.0 (0x00007fa765b0e000)
|
|
$ ldd mariadb-10.3.*14*-linux-systemd-x86_64/bin/mysqld|grep systemd
|
$ [nothing]
|
|
$ strings mariadb-10.3.*13*-linux-systemd-x86_64/bin/mysqld|grep systemd
|
libsystemd-daemon.so.0
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
/usr/include/systemd
|
|
$ strings mariadb-10.3.*14*-linux-systemd-x86_64/bin/mysqld|grep systemd
|
$ [nothing]
|
Attachments
Issue Links
- relates to
-
MDEV-19481 mariadb-10.3.15-linux-systemd-x86_64/bin/mysqld: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' and 'GLIBCXX_3.4.21' not found
-
- Closed
-
10.3.15 bintar should have this problem solved. However, whether it will be suitable for you or not, depends on your system.
(It is already known not to work for cweiss, as indicated in
MDEV-19481, the comment is for other users who face the same issue.)