Comment 10 for bug 1201033

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Yet another system (CentOS 6.4 upgraded today) where official binaries from yum repository just works:

[root@centos openxs]# mysql -uroot test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.6.12-56 Percona Server (GPL), Release rc60.4, Revision 393

Copyright (c) 2009-2013 Percona Ireland Ltd.
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> SELECT AES_ENCRYPT('','6b2d440b57b3bae74e3cf71e415b3965') FROM DUAL;
+----------------------------------------------------+
| AES_ENCRYPT('','6b2d440b57b3bae74e3cf71e415b3965') |
+----------------------------------------------------+
| ▌ZЦq÷▄ ╪JyйЗ |
+----------------------------------------------------+
1 row in set (0.00 sec)

mysql> exit
Bye
[root@centos openxs]# ldd `which mysqld`
        linux-vdso.so.1 => (0x00007fff45cb0000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa8fa20e000)
        libaio.so.1 => /lib64/libaio.so.1 (0x00007fa8fa00d000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fa8f9e04000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fa8f9bcd000)
        libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007fa8f9970000)
        libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007fa8f95d5000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fa8f93d1000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fa8f90cb000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fa8f8e46000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fa8f8c30000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fa8f889d000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fa8fa432000)
        libfreebl3.so => /lib64/libfreebl3.so (0x00007fa8f863a000)
        libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fa8f83f6000)
        libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fa8f8110000)
        libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fa8f7f0b000)
        libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fa8f7cdf000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fa8f7ac9000)
        libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fa8f78bd000)
        libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fa8f76ba000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fa8f74a0000)
        libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fa8f7280000)
[root@centos openxs]# uname -a
Linux centos 2.6.32-358.6.2.el6.x86_64 #1 SMP Thu May 16 20:59:36 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@centos openxs]# rpm -q -a | grep openssl
openssl-devel-1.0.0-27.el6_4.2.x86_64
openssl-1.0.0-27.el6_4.2.x86_64