Details
Description
There are currently no systemd files present in the generic Linux tarballs.
The RPM for CentOS 7 has:
[ec2-user@ip-172-31-19-192 ~]$ rpm -ql MariaDB-server | grep "systemd"
|
/usr/lib/systemd
|
/usr/lib/systemd/system
|
/usr/lib/systemd/system/mariadb.service
|
/usr/share/mysql/systemd
|
/usr/share/mysql/systemd/mariadb.service
|
/usr/share/mysql/systemd/use_galera_new_cluster.conf
|
[ec2-user@ip-172-31-19-192 ~]$ rpm -ql MariaDB-server | grep "galera_new_cluster"
|
/usr/bin/galera_new_cluster
|
/usr/share/mysql/systemd/use_galera_new_cluster.conf
|
But the generic Linux tarballs have none of those files:
[ec2-user@ip-172-31-19-192 ~]$ tar -tzvf mariadb-10.1.12-linux-x86_64.tar.gz | grep "systemd"
|
-rw-r--r-- dbart/my 1126 2016-02-24 09:25 mariadb-10.1.12-linux-x86_64/include/mysql/private/my_systemd.h
|
[ec2-user@ip-172-31-19-192 ~]$ tar -tzvf mariadb-10.1.12-linux-x86_64.tar.gz | grep "galera_new_cluster"
|
The trusty-bintar builder is in place, but it is currently reporting the following error:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find GnuTLS: Found unsuitable version "2.12.23", but required is
at least "3.3.24" (found /usr/lib/x86_64-linux-gnu/libgnutls.so)
Full log: http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-trusty-amd64/builds/29/steps/compile/logs/stdio
serg: I think you were the one that installed gnutls under /usr/local/ on the quantal-bintar builders, did you do anything special? If not, I can handle installing it on the trusty-build VMs (I'm guessing you just compiled it from source). If there is anything special that needs to be done when installing it, please let me know. Thanks!