2014 RC3 and PHP 5.4

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

2014 RC3 and PHP 5.4

Post 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

Andrew J. - Do you even grok?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: 2014 RC3 and PHP 5.4

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

Re: 2014 RC3 and PHP 5.4

Post by vAJ »

Code: Select all

php-pecl-ssh2.x86_64                      0.11.0-7.el6                      epel
Andrew J. - Do you even grok?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: 2014 RC3 and PHP 5.4

Post 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?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

Re: 2014 RC3 and PHP 5.4

Post by vAJ »

I have it in another thread. I'll find it.
Andrew J. - Do you even grok?
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

Re: 2014 RC3 and PHP 5.4

Post by vAJ »

Andrew J. - Do you even grok?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: 2014 RC3 and PHP 5.4

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
vAJ
Posts: 456
Joined: Thu Nov 08, 2012 5:09 pm
Location: Austin, TX

Re: 2014 RC3 and PHP 5.4

Post 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.
Andrew J. - Do you even grok?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: 2014 RC3 and PHP 5.4

Post by sreinhardt »

Awesome, glad that worked! Thanks, hope you like it as much as we do!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked