Guest User

Untitled

a guest
Mar 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # yum install php-mbstring
  2. Loaded plugins: downloadonly, fastestmirror, refresh-packagekit, security
  3. Setting up Install Process
  4. Loading mirror speeds from cached hostfile
  5. * base: mirror.vastspace.net
  6. * epel: ftp.riken.jp
  7. * extras: mirror.vastspace.net
  8. * updates: mirror.vastspace.net
  9. Resolving Dependencies
  10. --> Running transaction check
  11. ---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be installed
  12. --> Processing Dependency: php-common(x86-64) = 5.3.3-40.el6_6 for package:php-mbstring-5.3.3-40.el6_6.x86_64
  13. --> Finished Dependency Resolution
  14. Error: Package: php-mbstring-5.3.3-40.el6_6.x86_64 (updates)
  15. Requires: php-common(x86-64) = 5.3.3-40.el6_6
  16. Installed: php-common-5.4.35-1.el6.remi.x86_64 (@remi)
  17. php-common(x86-64) = 5.4.35-1.el6.remi
  18. Available: php-common-5.3.3-38.el6.x86_64 (base)
  19. php-common(x86-64) = 5.3.3-38.el6
  20. Available: php-common-5.3.3-40.el6_6.x86_64 (updates)
  21. php-common(x86-64) = 5.3.3-40.el6_6
  22. You could try using --skip-broken to work around the problem
  23. You could try running: rpm -Va --nofiles --nodigest
  24.  
  25. yum install php-mbstring --enablerepo=remi
  26.  
  27. sudo yum list | egrep 'php' | grep 50
  28.  
  29. ea-php50-php-mbstring.x86_64
Add Comment
Please, Sign In to add comment