Advertisement
vadimlun9u

mysql5.1

Feb 21st, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. root@staging ~ # apt-get install mysql-client-5.1
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. mysql-client-5.1 : Depends: libdbd-mysql-perl (>= 1.2202) but it is not going to be installed
  13. Depends: mysql-common (>= 5.1.73-1) but it is not going to be installed
  14. Depends: libmysqlclient16 (>= 5.1.73-1) but it is not going to be installed
  15. E: Unable to correct problems, you have held broken packages.
  16. root@staging ~ # aptitude show mysql-common
  17. Package: mysql-common
  18. State: not installed
  19. Multi-Arch: foreign
  20. Version: 5.5.35+dfsg-0+wheezy1
  21. Priority: optional
  22. Section: misc
  23. Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
  24. Architecture: all
  25. Uncompressed Size: 145 k
  26. Breaks: amarok (< 2.5.0-2), mysql-client-5.1 (< 5.5), mysql-server-5.1 (< 5.5), mysql-server-core-5.1 (< 5.5)
  27. Description: MySQL database common files, e.g. /etc/mysql/my.cnf
  28.  
  29. Homepage: http://dev.mysql.com/
  30.  
  31. root@staging ~ # aptitude install mysql-common
  32. The following NEW packages will be installed:
  33. mysql-common
  34. 0 packages upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
  35. Need to get 0 B/84.4 kB of archives. After unpacking 145 kB will be used.
  36. Selecting previously unselected package mysql-common.
  37. (Reading database ... 25841 files and directories currently installed.)
  38. Unpacking mysql-common (from .../mysql-common_5.5.35+dfsg-0+wheezy1_all.deb) ...
  39. Setting up mysql-common (5.5.35+dfsg-0+wheezy1) ...
  40.  
  41. root@staging ~ # apt-get install mysql-client-5.1
  42. Reading package lists... Done
  43. Building dependency tree
  44. Reading state information... Done
  45. Some packages could not be installed. This may mean that you have
  46. requested an impossible situation or if you are using the unstable
  47. distribution that some required packages have not yet been created
  48. or been moved out of Incoming.
  49. The following information may help to resolve the situation:
  50.  
  51. The following packages have unmet dependencies:
  52. mysql-client-5.1 : Depends: libdbd-mysql-perl (>= 1.2202) but it is not going to be installed
  53. Depends: mysql-common (>= 5.1.73-1) but it is not going to be installed
  54. Depends: libmysqlclient16 (>= 5.1.73-1) but it is not going to be installed
  55. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement