Comment 29 for bug 1172916

Revision history for this message
Michele (mds-half-deserted) wrote :

Just to add to this, I see the same behavior on a fresh installation of CentOS 6.6 using the binary installation tar file Percona-Server-5.6.22-rel72.0-738.Linux.x86_64.tar.gz.

This is with the latest version of openssl-devel provided by 6.6.

# rpm -qa | grep openssl
openssl-1.0.1e-30.el6_6.5.x86_64
openssl-devel-1.0.1e-30.el6_6.5.x86_64

$ ldd /usr/local/Percona-Server-5.6.22-rel72.0-738.Linux.x86_64/bin/mysqld
 linux-vdso.so.1 => (0x00007fffbf082000)
 libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0833349000)
 libaio.so.1 => /lib64/libaio.so.1 (0x00007f0833148000)
 librt.so.1 => /lib64/librt.so.1 (0x00007f0832f3f000)
 libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f0832d08000)
 libssl.so.6 => not found
 libcrypto.so.6 => not found
 libdl.so.2 => /lib64/libdl.so.2 (0x00007f0832b03000)
 libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f08327fd000)
 libm.so.6 => /lib64/libm.so.6 (0x00007f0832578000)
 libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f0832362000)
 libc.so.6 => /lib64/libc.so.6 (0x00007f0831fce000)
 /lib64/ld-linux-x86-64.so.2 (0x00007f0833570000)
 libfreebl3.so => /lib64/libfreebl3.so (0x00007f0831dca000)