Home >Backend Development >PHP Tutorial >The whole process of installing php gd library with yum under linux

The whole process of installing php gd library with yum under linux

WBOY
WBOYOriginal
2016-07-25 08:55:161428browse
  1. [root@jbxue ~]# yum install php-gd*

  2. Setting up Install Process
  3. Setting up repositories
  4. base 100% |=========================| 951 B 00:00
  5. update 100% |=========================| 951 B 00:00

  6. Reading repository metadata in from local files

  7. Parsing package install arguments
  8. Resolving Dependencies
  9. –> Populating transaction set with selected packages. Please wait.
  10. —> Downloading header for php-gd to pack into transaction set.
  11. php-gd-4.3.9-3.22.9.i386. 100% |=========================| 20 kB 00:00
  12. —> Package php-gd.i386 0:4.3.9-3.22.9 set to be updated
  13. –> Running transaction check
  14. –> Processing Dependency: php = 4.3.9-3.22.9 for package: php-gd
  15. –> Restarting Dependency Resolution with new changes.
  16. –> Populating transaction set with selected packages. Please wait.
  17. —> Downloading header for php to pack into transaction set.
  18. php-4.3.9-3.22.9.i386.rpm 100% |=========================| 24 kB 00:00
  19. —> Package php.i386 0:4.3.9-3.22.9 set to be updated
  20. –> Running transaction check
  21. –> Processing Dependency: php = 4.3.9-3.22.5 for package: php-mysql
  22. –> Processing Dependency: php = 4.3.9-3.22.5 for package: php-ldap
  23. –> Processing Dependency: php = 4.3.9-3.22.5 for package: php-pear
  24. –> Restarting Dependency Resolution with new changes.
  25. –> Populating transaction set with selected packages. Please wait.
  26. —> Downloading header for php-pear to pack into transaction set.
  27. php-pear-4.3.9-3.22.9.i38 100% |=========================| 34 kB 00:00
  28. —> Package php-pear.i386 0:4.3.9-3.22.9 set to be updated
  29. —> Downloading header for php-mysql to pack into transaction set.
  30. php-mysql-4.3.9-3.22.9.i3 100% |=========================| 20 kB 00:00
  31. —> Package php-mysql.i386 0:4.3.9-3.22.9 set to be updated
  32. —> Downloading header for php-ldap to pack into transaction set.
  33. php-ldap-4.3.9-3.22.9.i38 100% |=========================| 20 kB 00:00
  34. —> Package php-ldap.i386 0:4.3.9-3.22.9 set to be updated
  35. –> Running transaction check

  36. Dependencies Resolved

  37. =============================================================================

  38. Package Arch Version Repository Size
  39. =============================================================================
  40. Installing:
  41. php-gd i386 4.3.9-3.22.9 update 99 k
  42. Updating for dependencies:
  43. php i386 4.3.9-3.22.9 update 1.3 M
  44. php-ldap i386 4.3.9-3.22.9 update 35 k
  45. php-mysql i386 4.3.9-3.22.9 update 36 k
  46. php-pear i386 4.3.9-3.22.9 update 268 k

  47. Transaction Summary

  48. =============================================================================
  49. Install 1 Package(s)
  50. Update 4 Package(s)
  51. Remove 0 Package(s)
  52. Total download size: 1.7 M
  53. Is this ok [y/N]: y
  54. Downloading Packages:
  55. (1/5): php-pear-4.3.9-3.2 100% |=========================| 268 kB 00:00
  56. (2/5): php-mysql-4.3.9-3. 100% |=========================| 36 kB 00:00
  57. (3/5): php-gd-4.3.9-3.22. 100% |=========================| 99 kB 00:00
  58. (4/5): php-4.3.9-3.22.9.i 100% |=========================| 1.3 MB 00:01
  59. (5/5): php-ldap-4.3.9-3.2 100% |=========================| 35 kB 00:00
  60. Running Transaction Test
  61. Finished Transaction Test
  62. Transaction Test Succeeded
  63. Running Transaction
  64. Updating : php-ldap ######################### [1/9]
  65. Updating : php-mysql ######################### [2/9]
  66. Updating : php-pear ######################### [3/9]
  67. Updating : php ######################### [4/9]
  68. Installing: php-gd [5/9]warning: /etc/php.d/gd.ini created as /etc/php.d/gd.ini.rpmnew
  69. Installing: php-gd ######################### [5/9]
  70. Cleanup : php-pear ######################### [6/9]
  71. Cleanup : php-mysql ######################### [7/9]
  72. Cleanup : php ######################### [8/9]
  73. Cleanup : php-ldap ######################### [9/9]

  74. Installed: php-gd.i386 0:4.3.9-3.22.9

  75. Dependency Updated: php.i386 0:4.3.9-3.22.9 php-ldap.i386 0:4.3.9-3.22.9 php-mysql.i386 0:4.3.9-3.22.9 php-pear.i386 0: 4.3.9-3.22.9
  76. Complete!

Copy code


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn