new install failing
Posted: Thu Sep 08, 2016 3:37 pm
So, trying to install on a fresh CentOS 7 install and have a weird issue!
A prereq for XI is mariadb, but when trying to install yum insists on installing mysql-commercial.
This is what happens when trying manual:
Code: Select all
[root@sea-prod-finance-nagios-01 ~]# uname -a
Linux sea-prod-finance-nagios-01 3.10.0-327.13.1.el7.x86_64 #1 SMP Thu Mar 31 16:04:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@sea-prod-finance-nagios-01 ~]# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)Code: Select all
--> Processing Dependency: mariadb for package: nagiosxi-deps-el7-5.2.9-1.noarch
Package mariadb is obsoleted by mysql-commercial-client, but obsoleting package does not provide for requirements
--> Processing Dependency: mariadb-devel for package: nagiosxi-deps-el7-5.2.9-1.noarch
Package mariadb-devel is obsoleted by mysql-commercial-devel, but obsoleting package does not provide for requirements
--> Processing Dependency: mariadb-server for package: nagiosxi-deps-el7-5.2.9-1.noarch
Package mariadb-server is obsoleted by mysql-commercial-server, but obsoleting package does not provide for requirements
--> Processing Dependency: net-snmp for package: nagiosxi-deps-el7-5.2.9-1.noarch
--> Processing Dependency: net-snmp-libs for package: nagiosxi-deps-el7-5.2.9-1.noarchCode: Select all
[root@sea-prod-finance-nagios-01 nagiosxi]# yum install mariadb-devel-5.5.50-1.el7_2.i686
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.cat.pdx.edu
Package mariadb-devel is obsoleted by mysql-commercial-devel, trying to install mysql-commercial-devel-5.7.13-1.1.el7.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package mysql-commercial-devel.x86_64 0:5.7.13-1.1.el7 will be installed
--> Processing Dependency: mysql-commercial-libs(x86-64) >= 5.7.9 for package: mysql-commercial-devel-5.7.13-1.1.el7.x86_64
--> Processing Dependency: libmysqlclient.so.20()(64bit) for package: mysql-commercial-devel-5.7.13-1.1.el7.x86_64
--> Running transaction check
---> Package mysql-commercial-libs.x86_64 0:5.7.13-1.1.el7 will be installed
--> Processing Dependency: mysql-commercial-common(x86-64) >= 5.7.9 for package: mysql-commercial-libs-5.7.13-1.1.el7.x86_64
--> Running transaction check
---> Package mysql-commercial-common.x86_64 0:5.7.13-1.1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================================================================================================
Installing:
mysql-commercial-devel x86_64 5.7.13-1.1.el7 Getty 3.5 M
Installing for dependencies:
mysql-commercial-common x86_64 5.7.13-1.1.el7 Getty 264 k
mysql-commercial-libs x86_64 5.7.13-1.1.el7 Getty 2.1 M
Transaction Summary
==============================================================================================================================================================================================================================
Install 1 Package (+2 Dependent packages)
Total download size: 5.8 M
Installed size: 29 M
Is this ok [y/d/N]: