Advertisement
Guest User

exotic

a guest
Jun 29th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.10 KB | None | 0 0
  1. [root@server ~]# yum install php-mysql
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4.  * atomic: www6.atomicorp.com
  5.  * base: mirror.ash.fastserv.com
  6.  * extras: mirrors.lga7.us.voxel.net
  7.  * updates: mirror.rackspace.com
  8. Setting up Install Process
  9. Resolving Dependencies
  10. --> Running transaction check
  11. ---> Package php-mysql.x86_64 0:5.4.30-36.el6.art will be installed
  12. --> Processing Dependency: php-pdo(x86-64) = 5.4.30-36.el6.art for package: php-                                                                                                 mysql-5.4.30-36.el6.art.x86_64
  13. --> Running transaction check
  14. ---> Package php-pdo.x86_64 0:5.4.30-36.el6.art will be installed
  15. --> Processing Dependency: php-common(x86-64) = 5.4.30-36.el6.art for package: p                                                                                                 hp-pdo-5.4.30-36.el6.art.x86_64
  16. --> Running transaction check
  17. ---> Package php-common.x86_64 0:5.3.3-27.el6_5 will be updated
  18. --> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-                                                                                                 5.3.3-27.el6_5.x86_64
  19. --> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-                                                                                                 cli-5.3.3-27.el6_5.x86_64
  20. ---> Package php-common.x86_64 0:5.4.30-36.el6.art will be an update
  21. --> Running transaction check
  22. ---> Package php.x86_64 0:5.3.3-27.el6_5 will be updated
  23. ---> Package php.x86_64 0:5.4.30-36.el6.art will be an update
  24. ---> Package php-cli.x86_64 0:5.3.3-27.el6_5 will be updated
  25. ---> Package php-cli.x86_64 0:5.4.30-36.el6.art will be an update
  26. --> Finished Dependency Resolution
  27.  
  28. Dependencies Resolved
  29.  
  30. ================================================================================
  31.  Package           Arch          Version                    Repository     Size
  32. ================================================================================
  33. Installing:
  34.  php-mysql         x86_64        5.4.30-36.el6.art          atomic        136 k
  35. Installing for dependencies:
  36.  php-pdo           x86_64        5.4.30-36.el6.art          atomic        120 k
  37. Updating for dependencies:
  38.  php               x86_64        5.4.30-36.el6.art          atomic        2.7 M
  39.  php-cli           x86_64        5.4.30-36.el6.art          atomic        2.6 M
  40.  php-common        x86_64        5.4.30-36.el6.art          atomic        931 k
  41.  
  42. Transaction Summary
  43. ================================================================================
  44. Install       2 Package(s)
  45. Upgrade       3 Package(s)
  46.  
  47. Total size: 6.5 M
  48. Is this ok [y/N]: y
  49.  
  50. Downloading Packages:
  51. warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
  52. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
  53.  
  54.  
  55. The GPG keys listed for the "CentOS / Red Hat Enterprise Linux 6 - atomicrocketturtle.com" repository are already installed but they are not correct for this package.
  56. Check that the correct key URLs are configured for this repository.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement