Advertisement
freakshow

Untitled

Jul 6th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. $ sudo yum --enablerepo=remi,remi-php55 install php
  2. Loaded plugins: fastestmirror, refresh-packagekit, security
  3. Loading mirror speeds from cached hostfile
  4. * base: centos.mirrors.hoobly.com
  5. * epel: linux.mirrors.es.net
  6. * extras: linux.mirrors.es.net
  7. * remi: mirrors.mediatemple.net
  8. * remi-php55: mirrors.mediatemple.net
  9. * rpmforge: mirror.hmc.edu
  10. * updates: mirror.sanctuaryhost.com
  11. * webtatic: us-east.repo.webtatic.com
  12. Setting up Install Process
  13. Resolving Dependencies
  14. --> Running transaction check
  15. ---> Package php.x86_64 0:5.5.14-1.el6.remi will be installed
  16. --> Processing Dependency: php-common(x86-64) = 5.5.14-1.el6.remi for package: php-5.5.14-1.el6.remi.x86_64
  17. --> Processing Dependency: php-cli(x86-64) = 5.5.14-1.el6.remi for package: php-5.5.14-1.el6.remi.x86_64
  18. --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.5.14-1.el6.remi.x86_64
  19. --> Running transaction check
  20. ---> Package php.x86_64 0:5.5.14-1.el6.remi will be installed
  21. --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.5.14-1.el6.remi.x86_64
  22. ---> Package php-cli.x86_64 0:5.4.30-1.el6.remi will be updated
  23. ---> Package php-cli.x86_64 0:5.5.14-1.el6.remi will be an update
  24. ---> Package php-common.x86_64 0:5.4.30-1.el6.remi will be updated
  25. --> Processing Dependency: php-pecl-zip(x86-64) for package: php-common-5.5.14-1.el6.remi.x86_64
  26. ---> Package php-common.x86_64 0:5.5.14-1.el6.remi will be an update
  27. --> Processing Dependency: php-pecl-jsonc(x86-64) for package: php-common-5.5.14-1.el6.remi.x86_64
  28. --> Running transaction check
  29. ---> Package php.x86_64 0:5.5.14-1.el6.remi will be installed
  30. --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.5.14-1.el6.remi.x86_64
  31. ---> Package php-pecl-jsonc.x86_64 0:1.3.5-1.el6.remi.5.5 will be installed
  32. --> Processing Dependency: /usr/bin/pecl for package: php-pecl-jsonc-1.3.5-1.el6.remi.5.5.x86_64
  33. --> Processing Dependency: /usr/bin/pecl for package: php-pecl-jsonc-1.3.5-1.el6.remi.5.5.x86_64
  34. ---> Package php-pecl-zip.x86_64 0:1.12.4-1.el6.remi.5.5 will be installed
  35. --> Running transaction check
  36. ---> Package php.x86_64 0:5.5.14-1.el6.remi will be installed
  37. --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.5.14-1.el6.remi.x86_64
  38. ---> Package php-pear.noarch 1:1.9.4-28.el6.remi will be installed
  39. --> Processing Dependency: php-xml for package: 1:php-pear-1.9.4-28.el6.remi.noarch
  40. --> Processing Dependency: php-posix for package: 1:php-pear-1.9.4-28.el6.remi.noarch
  41. --> Running transaction check
  42. ---> Package php.x86_64 0:5.5.14-1.el6.remi will be installed
  43. --> Processing Dependency: httpd-mmn = 20051115 for package: php-5.5.14-1.el6.remi.x86_64
  44. ---> Package php-process.x86_64 0:5.5.14-1.el6.remi will be installed
  45. ---> Package php-xml.x86_64 0:5.5.14-1.el6.remi will be installed
  46. --> Finished Dependency Resolution
  47. Error: Package: php-5.5.14-1.el6.remi.x86_64 (remi-php55)
  48. Requires: httpd-mmn = 20051115
  49. Installed: httpd-2.4.9-1.x86_64 (installed)
  50. httpd-mmn = 20120211
  51. Available: httpd-2.2.15-29.el6.centos.x86_64 (base)
  52. httpd-mmn = 20051115
  53. Available: httpd-2.2.15-30.el6.centos.x86_64 (updates)
  54. httpd-mmn = 20051115
  55. You could try using --skip-broken to work around the problem
  56. You could try running: rpm -Va --nofiles --nodigest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement