0

I have centos 6.4 64 bit and I accidently uninstalled my php-mysql extension, as a result my wordpress site is down.

I need to install php-mysql (note, I prefer to get mysqlnd, but first I just need to get mysql installed again)

I run yum install php-mysqlnd and I get the following errors:

Error: Package: php-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: php-cli-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: php-cli-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: php-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libcrypto.so.10(OPENSSL_1.0.1)(64bit)
Error: Package: php-cli-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libcrypto.so.10(OPENSSL_1.0.1)(64bit)
Error: Package: php-5.4.24-1.el6.remi.x86_64 (remi)
       Requires: libssl.so.10(libssl.so.10)(64bit)

I have done some research and it seems it has to do with centos 6.4 shipping with the ssl 1.0 instead of 1.0.1 which is a dependency for mysqlnd. So I tried to install the above libraries and it worked, but the errors keep appearing so I can't install mysqlnd so I can't use my website.

Any suggestions?

ajon
  • 309
  • 4
  • 11

1 Answers1

0

It's because you need to update to centos 6.5. SSL 1.0.1 will be available there.

Grumpy
  • 2,939
  • 17
  • 23