Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.2.5
-
cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenialcat /etc/os-release NAME="Ubuntu" VERSION="16.04.2 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.2 LTS" VERSION_ID="16.04" HOME_URL=" http://www.ubuntu.com/ " SUPPORT_URL=" http://help.ubuntu.com/ " BUG_REPORT_URL=" http://bugs.launchpad.net/ubuntu/ " VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial
Description
Generic 10.2.5 systemd binary tar ball does not work on Ubuntu 16.04:
/home/mysql/product/mariadb-10.2/bin/mysqld: error while loading shared libraries: libsystemd-daemon.so.0: cannot open shared object file: No such file or directory |
|
ldd mysqld
|
libsystemd-daemon.so.0 => not found |
|
mysql@chef:/lib/x86_64-linux-gnu [mariadb-10.2, 3312]> ll *sys* |
|
lrwxrwxrwx 1 root root 20 Jan 18 23:04 libsystemd.so.0 -> libsystemd.so.0.14.0 |
-rw-r--r-- 1 root root 536520 Jan 18 23:04 libsystemd.so.0.14.0 |
Tried to work around:
root@chef:/lib/x86_64-linux-gnu# ln -s libsystemd.so.0.14.0 libsystemd.so.0 |
|
/home/mysql/product/mariadb-10.2/bin/mysqld: /lib/x86_64-linux-gnu/libsystemd-daemon.so.0: version `LIBSYSTEMD_DAEMON_31' not found (required by /home/mysql/product/mariadb-10.2/bin/mysqld) |
|
ii libsystemd0:amd64 229-4ubuntu16 amd64 systemd utility library |
See also bug report: MDEV-12455
Attachments
Issue Links
- is duplicated by
-
MDEV-13090 Deprecated libsystemd library linked to Mariadb 10.1.24 mysqld binary
- Closed