Guest User

MySQL 5.5 via IUS on CentOS 5.9 x86_64

a guest
Apr 16th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. # CentOS 5.9 x86_64
  2.  
  3. [root@centos-5 ~]# rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/5/x86_64/epel-release-5-4.noarch.rpm
  4. Retrieving http://dl.iuscommunity.org/pub/ius/stable/CentOS/5/x86_64/epel-release-5-4.noarch.rpm
  5. warning: /var/tmp/rpm-xfer.VTrDT7: Header V4 DSA signature: NOKEY, key ID 9cd4953f
  6. Preparing... ########################################### [100%]
  7. 1:epel-release ########################################### [100%]
  8.  
  9.  
  10. [root@centos-5 ~]# rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/CentOS/5/x86_64/ius-release-1.0-11.ius.centos5.noarch.rpm
  11. Retrieving http://dl.iuscommunity.org/pub/ius/stable/CentOS/5/x86_64/ius-release-1.0-11.ius.centos5.noarch.rpm
  12. warning: /var/tmp/rpm-xfer.f40AU4: Header V4 DSA signature: NOKEY, key ID 9cd4953f
  13. Preparing... ########################################### [100%]
  14. 1:ius-release ########################################### [100%]
  15.  
  16.  
  17. [root@centos-5 ~]# yum install mysql55-server
  18. Loaded plugins: fastestmirror, security
  19. Determining fastest mirrors
  20. Setting up Install Process
  21. Resolving Dependencies
  22. --> Running transaction check
  23. ---> Package mysql55-server.x86_64 0:5.5.30-1.ius.centos5 set to be updated
  24. --> Processing Dependency: mysql55-libs = 5.5.30-1.ius.centos5 for package: mysql55-server
  25. --> Processing Dependency: mysql55 = 5.5.30-1.ius.centos5 for package: mysql55-server
  26. --> Processing Dependency: perl-DBI for package: mysql55-server
  27. --> Processing Dependency: perl-DBD-MySQL for package: mysql55-server
  28. --> Processing Dependency: perl(DBI) for package: mysql55-server
  29. --> Running transaction check
  30. ---> Package mysql55-server.x86_64 0:5.5.30-1.ius.centos5 set to be updated
  31. --> Processing Dependency: mysql55-libs = 5.5.30-1.ius.centos5 for package: mysql55-server
  32. --> Processing Dependency: mysql55 = 5.5.30-1.ius.centos5 for package: mysql55-server
  33. ---> Package perl-DBD-MySQL.x86_64 0:3.0007-2.el5 set to be updated
  34. --> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) for package: perl-DBD-MySQL
  35. --> Processing Dependency: libmysqlclient.so.15()(64bit) for package: perl-DBD-MySQL
  36. ---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
  37. --> Running transaction check
  38. ---> Package mysql.x86_64 0:5.0.95-5.el5_9 set to be updated
  39. ---> Package mysql55-server.x86_64 0:5.5.30-1.ius.centos5 set to be updated
  40. --> Processing Dependency: mysql55-libs = 5.5.30-1.ius.centos5 for package: mysql55-server
  41. --> Processing Dependency: mysql55 = 5.5.30-1.ius.centos5 for package: mysql55-server
  42. --> Finished Dependency Resolution
  43. mysql55-server-5.5.30-1.ius.centos5.x86_64 from ius has depsolving problems
  44. --> Missing Dependency: mysql55 = 5.5.30-1.ius.centos5 is needed by package mysql55-server-5.5.30-1.ius.centos5.x86_64 (ius)
  45. mysql55-server-5.5.30-1.ius.centos5.x86_64 from ius has depsolving problems
  46. --> Missing Dependency: mysql55-libs = 5.5.30-1.ius.centos5 is needed by package mysql55-server-5.5.30-1.ius.centos5.x86_64 (ius)
  47. Error: Missing Dependency: mysql55-libs = 5.5.30-1.ius.centos5 is needed by package mysql55-server-5.5.30-1.ius.centos5.x86_64 (ius)
  48. Error: Missing Dependency: mysql55 = 5.5.30-1.ius.centos5 is needed by package mysql55-server-5.5.30-1.ius.centos5.x86_64 (ius)
  49. You could try using --skip-broken to work around the problem
  50. You could try running: package-cleanup --problems
  51. package-cleanup --dupes
  52. rpm -Va --nofiles --nodigest
  53. The program package-cleanup is found in the yum-utils package.
Advertisement
Add Comment
Please, Sign In to add comment