Advertisement
Guest User

# yum install php-pecl-xdebug

a guest
Jun 20th, 2013
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.16 KB | None | 0 0
  1. # yum install php-pecl-xdebug
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4.  * atomic: mir01.syntis.net
  5.  * base: ftp.plusline.de
  6.  * epel: mirrors.n-ix.net
  7.  * extras: mirror.netcologne.de
  8.  * rpmforge: mirror1.hs-esslingen.de
  9.  * updates: mirror.optimate-server.de
  10. CentALT                                                                                                |  951 B     00:00
  11. atomic                                                                                                 | 1.9 kB     00:00
  12. base                                                                                                   | 1.1 kB     00:00
  13. epel                                                                                                   | 3.6 kB     00:00
  14. extras                                                                                                 | 2.1 kB     00:00
  15. rpmforge                                                                                               | 1.9 kB     00:00
  16. updates                                                                                                | 1.9 kB     00:00
  17. vz-base                                                                                                |  951 B     00:00
  18. vz-updates                                                                                             |  951 B     00:00
  19. Setting up Install Process
  20. Resolving Dependencies
  21. --> Running transaction check
  22. ---> Package php-pecl-xdebug.x86_64 0:2.1.2-1.el5 set to be updated
  23. --> Processing Dependency: php(api) = 20041225 for package: php-pecl-xdebug
  24. --> Processing Dependency: php(zend-abi) = 20060613 for package: php-pecl-xdebug
  25. --> Running transaction check
  26. ---> Package php-common.i386 0:5.2.17-1.el5.art set to be updated
  27. --> Finished Dependency Resolution
  28.  
  29. Dependencies Resolved
  30.  
  31. ==============================================================================================================================
  32.  Package                          Arch                    Version                              Repository                Size
  33. ==============================================================================================================================
  34. Installing:
  35.  php-pecl-xdebug                  x86_64                  2.1.2-1.el5                          CentALT                  173 k
  36. Installing for dependencies:
  37.  php-common                       i386                    5.2.17-1.el5.art                     atomic                   279 k
  38.  
  39. Transaction Summary
  40. ==============================================================================================================================
  41. Install       2 Package(s)
  42. Upgrade       0 Package(s)
  43.  
  44. Total size: 453 k
  45. Is this ok [y/N]: y
  46. Downloading Packages:
  47. Running rpm_check_debug
  48. Running Transaction Test
  49. Finished Transaction Test
  50.  
  51.  
  52. Transaction Check Error:
  53.   package php-common-5.3.25-18.el5.art.x86_64 (which is newer than php-common-5.2.17-1.el5.art.i386) is already installed
  54.   file /etc/php.ini from install of php-common-5.2.17-1.el5.art.i386 conflicts with file from package php-common-5.3.25-18.el5.art.x86_64
  55.  
  56. Error Summary
  57. -------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement