Could there be an error in the dependencies list required for 5.5.6-1?
When I run the fullinstall, only error thrown is this:
===
Error: Package: nagiosxi-deps-el7-5.5.6-1.noarch (/nagiosxi-deps-el7-5.5.6-1.noarch)
Requires: php-mssql
Available: php-mssql-5.4.16-7.el7.x86_64 (epel)
php-mssql = 5.4.16-7.el7
===
However, when I attempt to yum install php-mssql, I get this:
===
Package php-mssql-5.4.16-7.el7.x86_64 is obsoleted by php-pdo-dblib-7.2.11-1.el7.remi.x86_64 which is already installed
===
If I yum remove php-pdo-dblib, I get this:
===
Package php-mssql is obsoleted by php-pdo-dblib, trying to install php-pdo-dblib-7.2.11-1.el7.remi.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package php-pdo-dblib.x86_64 0:7.2.11-1.el7.remi will be installed
--> Finished Dependency Resolution
5.5.6-1 dependency on php-mssql (deprecated?)
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: 5.5.6-1 dependency on php-mssql (deprecated?)
It looks like you have added the remi repository which is not recommended.
Re: 5.5.6-1 dependency on php-mssql (deprecated?)
Removed all remi* repositories and ran a yum clean all.
I had to remove remi versions of some packages I had (php-common), then I was able to install php-mssql.
After this, I was able to run fullinstall.
Thank you!
I had to remove remi versions of some packages I had (php-common), then I was able to install php-mssql.
After this, I was able to run fullinstall.
Thank you!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: 5.5.6-1 dependency on php-mssql (deprecated?)
Great! Glad you were able to complete the installtolee wrote:Removed all remi* repositories and ran a yum clean all.
I had to remove remi versions of some packages I had (php-common), then I was able to install php-mssql.
After this, I was able to run fullinstall.
Thank you!
Locking thread.