Page 1 of 1

2014 RC3 and PHP 5.4

Posted: Mon May 05, 2014 3:53 pm
by vAJ
Getting this error on the upgrade from 2012R2.9. Is 2014 not built on PHP 5.4?

Code: Select all

--> Processing Dependency: php(api) = 20090626 for package: php-pecl-ssh2-0.11.0                   -7.el6.x86_64
--> Finished Dependency Resolution
Error: Package: php-pecl-ssh2-0.11.0-7.el6.x86_64 (epel)
           Requires: php(zend-abi) = 20090626
           Installed: php-common-5.4.16-1.el6.remi.x86_64 (@remi)
               php(zend-abi) = 20100525-x86-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(zend-abi) = 20090626
Error: Package: php-pecl-ssh2-0.11.0-7.el6.x86_64 (epel)
           Requires: php(api) = 20090626
           Installed: php-common-5.4.16-1.el6.remi.x86_64 (@remi)
               php(api) = 20100412-x86-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(api) = 20090626
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


Re: 2014 RC3 and PHP 5.4

Posted: Mon May 05, 2014 4:37 pm
by sreinhardt
Do you have any other versions available?

Code: Select all

yum list php-pecl-ssh2*
Otherwise this will either need to be built for your 5.4 version, or found hopefully from the same repo that you got 5.4.

Re: 2014 RC3 and PHP 5.4

Posted: Mon May 05, 2014 4:52 pm
by vAJ

Code: Select all

php-pecl-ssh2.x86_64                      0.11.0-7.el6                      epel

Re: 2014 RC3 and PHP 5.4

Posted: Mon May 05, 2014 4:58 pm
by sreinhardt
Ya thats the same version I have available too. I'll take a look around and see if there is a newer version. Do you know where you got php 5.4?

Re: 2014 RC3 and PHP 5.4

Posted: Tue May 06, 2014 8:21 am
by vAJ
I have it in another thread. I'll find it.

Re: 2014 RC3 and PHP 5.4

Posted: Tue May 06, 2014 8:24 am
by vAJ

Re: 2014 RC3 and PHP 5.4

Posted: Tue May 06, 2014 9:18 am
by sreinhardt
I was just going to post that or the php manual install instructions. Please let us know, not that we can't\won't test internally too, if that works for you.

Re: 2014 RC3 and PHP 5.4

Posted: Tue May 06, 2014 9:44 am
by vAJ

Code: Select all

yum --enablerepo=remi install php-pecl-ssh2*

Code: Select all

Name        : php-pecl-ssh2
Arch        : x86_64
Version     : 0.12
Release     : 2.el6.remi.5.4
Golden. Upgrade proceeded without further errors. Looks sharp so far, guys. Looking forward to digging into this.

Re: 2014 RC3 and PHP 5.4

Posted: Tue May 06, 2014 9:53 am
by sreinhardt
Awesome, glad that worked! Thanks, hope you like it as much as we do!