Bug #75852 mysql5.7.5 fail to start command-line client
Submitted: 10 Feb 2015 20:15 Modified: 10 May 2015 9:07
Reporter: j s Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Group Replication Severity:S3 (Non-critical)
Version:server:5.7.5-labs-group-replication OS:Linux
Assigned to: Nuno Carvalho CPU Architecture:Any

[10 Feb 2015 20:15] j s
Description:
First, I installed mysql 5.7.5-labs-group-replication on fedora 21.
After I started MySQL server successfully, it failed to start mysql command-line client.
Segmentation fault (core dumped)

Second, I saw in binary version, in mysql-5.7.5-labs-group-replication-linux-x86_64/lib/plugin/, there is a plugin named gcs_replication_plugin.so.
But in my compiled version, I didn't see that one. Is there any specific option needed for compiling?

How to repeat:
groupadd mysql
useradd -r -g mysql mysql

cmake . -DCURSES_LIBRARY=/lib64/libcurses.so -DCURSES_INCLUDE_PATH=/usr/include
make
make install

cd /usr/local/mysql
chown -R mysql .
chgrp -R mysql .
bin/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data

bin/mysqld_safe --user=mysql

cp support-files/mysql.server /etc/init.d/mysqld
service mysqld start
[10 Apr 2015 9:07] Nuno Carvalho
Hi j_s,

Thank you for the bug report.

About the segmentation fault, the binary is meant for Oracle Enterprise Linux 6, so must probably it is failing due to unmet required libraries. Since this is a labs release we don't provide binaries for all platforms.

To build from source, you need to Corosync packages, please see instructions at http://mysqlhighavailability.com/getting-started-with-mysql-group-replication/

We did release a new preview release a few days ago, please gite it a try.
http://labs.mysql.com/

Best regards,
Nuno Carvalho
[11 May 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".