 |
Forum Newbie |
Joined: Tue Jul 15, 2014 1:52 am Posts: 1
|
Hello,
I am trying to install php-5.4.30 rpm on centos6.5. while doing so I am facing following error
[root@pcrfclient01 lib64]# rpm -ivh /root/php-5.4.30-1.el6.remi.x86_64.rpm /root/php-cli-5.4.30-1.el6.remi.x86_64.rpm /root/php-common-5.4.30-1.el6.remi.x86_64.rpm warning: /root/php-5.4.30-1.el6.remi.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 00f97f56: NOKEY error: Failed dependencies: libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by php-5.4.30-1.el6.remi.x86_64 libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by php-cli-5.4.30-1.el6.remi.x86_64
I have update openssl from openssl-1.0.1e to openssl-1.0.1h version.
[root@pcrfclient01 lib64]# rpm -qa | grep openssl* openssl-libs-1.0.1h-1.el6.x86_64 openssl-1.0.1h-1.el6.x86_64
Is there any php rpm available which is compatible with openssl-1.0.1h. Thanks in advance !!!
|
|