• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Troubles with Mysql devel

PaulLynch

New Pleskian
OS CentOS 6.4 (Final)
Panel version 11.0.9 Update #58, last updated at Aug 26, 2013 03:19 AM

Trying to install mysql devel and get the following result (after mysql.h for coding a program)

[root@ip-50-63-130-237 samugames.com]# yum install mysql-devel
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: s2plmirror01.prod.sdl2.secureserver.net
* extras: s2plmirror01.prod.sdl2.secureserver.net
* rpmforge: mirror.webnx.com
* updates: s2plmirror01.prod.sdl2.secureserver.net
base | 3.7 kB 00:00
extras | 3.5 kB 00:00
rpmforge | 1.9 kB 00:00
updates | 3.5 kB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-devel.x86_64 0:5.1.67-1.el6_3 will be installed
--> Processing Dependency: mysql = 5.1.67-1.el6_3 for package: mysql-devel-5.1.6 7-1.el6_3.x86_64
--> Processing Dependency: openssl-devel for package: mysql-devel-5.1.67-1.el6_3 .x86_64
--> Running transaction check
---> Package mysql-devel.x86_64 0:5.1.67-1.el6_3 will be installed
--> Processing Dependency: mysql = 5.1.67-1.el6_3 for package: mysql-devel-5.1.6 7-1.el6_3.x86_64
---> Package openssl-devel.x86_64 0:1.0.0-27.el6_4.2 will be installed
--> Processing Dependency: zlib-devel for package: openssl-devel-1.0.0-27.el6_4. 2.x86_64
--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.0-27.el6_4. 2.x86_64
--> Running transaction check
---> Package krb5-devel.x86_64 0:1.10.3-10.el6_4.1 will be installed
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.10.3-10.el 6_4.1.x86_64
--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.10.3-10.el 6_4.1.x86_64
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.10.3-10 .el6_4.1.x86_64
---> Package mysql-devel.x86_64 0:5.1.67-1.el6_3 will be installed
--> Processing Dependency: mysql = 5.1.67-1.el6_3 for package: mysql-devel-5.1.6 7-1.el6_3.x86_64
---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
--> Running transaction check
---> Package keyutils-libs-devel.x86_64 0:1.4-4.el6 will be installed
---> Package libcom_err-devel.x86_64 0:1.41.12-14.el6 will be installed
---> Package libselinux-devel.x86_64 0:2.0.94-5.3.el6 will be installed
--> Processing Dependency: libsepol-devel >= 2.0.32-1 for package: libselinux-de vel-2.0.94-5.3.el6.x86_64
--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.0 .94-5.3.el6.x86_64
---> Package mysql-devel.x86_64 0:5.1.67-1.el6_3 will be installed
--> Processing Dependency: mysql = 5.1.67-1.el6_3 for package: mysql-devel-5.1.6 7-1.el6_3.x86_64
--> Running transaction check
---> Package libsepol-devel.x86_64 0:2.0.41-4.el6 will be installed
---> Package mysql-devel.x86_64 0:5.1.67-1.el6_3 will be installed
--> Processing Dependency: mysql = 5.1.67-1.el6_3 for package: mysql-devel-5.1.6 7-1.el6_3.x86_64
--> Finished Dependency Resolution
Error: Package: mysql-devel-5.1.67-1.el6_3.x86_64 (updates)
Requires: mysql = 5.1.67-1.el6_3
Installed: mysql-5.1.69-1.el6_4.x86_64 (@updates)
mysql = 5.1.69-1.el6_4
Available: mysql-5.1.66-2.el6_3.x86_64 (base)
mysql = 5.1.66-2.el6_3
Available: mysql-5.1.67-1.el6_3.x86_64 (updates)
mysql = 5.1.67-1.el6_3
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@ip-50-63-130-237 samugames.com]#
 
Looks like package versions inconsistency in enabled YUM repositories. Try switching to official mirrors.
 
Back
Top