A dependency depends on... ITSELF. WTF?
So let me get this straight, mysql-devel needs to be installed so I can install... mysql-devel. What in the world? They seriously need to fix this bull crap.
Is there any way around this? OS is CentOS 6.5. I'm trying to get Mysql++ to work. I think I'm just going to rewrite my program to write queries to a php file and execute them through php and then get the result, or write my own mysql connector. It's ridiculous how hard they make this.
Code:
[root@appdev mysql++]# yum install mysql-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.csclub.uwaterloo.ca
* centosplus: centos.mirror.netelligent.ca
* extras: centos.mirror.rafal.ca
* updates: centos.mirror.rafal.ca
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-devel.x86_64 0:5.1.73-3.el6_5 will be installed
--> Processing Dependency: mysql = 5.1.73-3.el6_5 for package: mysql-devel-5.1.73-3.el6_5.x86_64
--> Finished Dependency Resolution
Error: Package: mysql-devel-5.1.73-3.el6_5.x86_64 (base)
Requires: mysql = 5.1.73-3.el6_5
Installed: mysql-5.5.38-1.el6.remi.x86_64 (@remi)
mysql = 5.5.38-1.el6.remi
Available: mysql-5.1.73-3.el6_5.x86_64 (base)
mysql = 5.1.73-3.el6_5
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@appdev mysql++]#
[root@appdev mysql++]#
[root@appdev mysql++]# yum install mysql-devel --skip-broken
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.csclub.uwaterloo.ca
* centosplus: centos.mirror.netelligent.ca
* extras: centos.mirror.rafal.ca
* updates: centos.mirror.rafal.ca
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-devel.x86_64 0:5.1.73-3.el6_5 will be installed
--> Processing Dependency: mysql = 5.1.73-3.el6_5 for package: mysql-devel-5.1.73-3.el6_5.x86_64
Packages skipped because of dependency problems:
mysql-devel-5.1.73-3.el6_5.x86_64 from base
[root@appdev mysql++]#
So let me get this straight, mysql-devel needs to be installed so I can install... mysql-devel. What in the world? They seriously need to fix this bull crap.
Is there any way around this? OS is CentOS 6.5. I'm trying to get Mysql++ to work. I think I'm just going to rewrite my program to write queries to a php file and execute them through php and then get the result, or write my own mysql connector. It's ridiculous how hard they make this.
