Comments - start the first cluster node failed with libssl.so.6 problem
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
I was able to install and start MariaDB Galera on Centos6 :
10.0.23-MariaDB, galera.x86_64 25.3.9-1.rhel6.el6, openssl.x86_64 1.0.1e-30.el6.8 @updates.
Can you check of you have libssl.so.xx available on your system?
What's the output of the following command:
ldd /usr/lib64/galera/libgalera_smm.so | grep ssl
i have libssl and libcrypto as follows:
i don't have CentOS 6 at this moment, does 10.0.23 version also looking for libssl.so.6 ?
What do you get for $ sudo ldconfig -p | grep 'libssl\|libcrypto' ?
I don't have root or sudo access for the server i worked on for galera, but it pretty much same as following server. which i have root access ( we have standard redhat 6 env for all the linux server in our company):
btw in the above server (EL6) that i have root access,i created soft link libssl.so.6 and libcrypto.so.6,
It seems i can bring up the first node by that way.I am not sure if it really works or not, as I am waiting for SA to create similar links for bunch of servers that i will test the galera cluster.
Denis