Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. tseth@tseth-lnx2:~/Development/apir$ sudo apt-get install tinyxml
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. E: Unable to locate package tinyxml
  6. tseth@tseth-lnx2:~/Development/apir$ sudo apt-cache search tinyxml
  7. libtinyxml-dev - TinyXml library - header and static library
  8. libtinyxml2.6.2 - C++ XML parsing library
  9. libtinyxml2.6.2-dbg - TinyXml library - debug files
  10. tseth@tseth-lnx2:~/Development/apir$ sudo apt-get install libtinyxml2.6.2
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Some packages could not be installed. This may mean that you have
  15. requested an impossible situation or if you are using the unstable
  16. distribution that some required packages have not yet been created
  17. or been moved out of Incoming.
  18. The following information may help to resolve the situation:
  19.  
  20. The following packages have unmet dependencies:
  21. apache2.2-bin : Depends: libapr1 (>= 1.4.2) but it is not going to be installed
  22. Depends: libaprutil1 (>= 1.3.2+dfsg) but it is not going to be installed
  23. Depends: libaprutil1-dbd-sqlite3 but it is not going to be installed or
  24. libaprutil1-dbd-mysql but it is not installable or
  25. libaprutil1-dbd-odbc but it is not installable or
  26. libaprutil1-dbd-pgsql but it is not installable or
  27. libaprutil1-dbd-freetds but it is not installable
  28. Depends: libaprutil1-ldap but it is not going to be installed
  29. Depends: libc6 (>= 2.14) but it is not going to be installed
  30. Depends: libcap2 (>= 2.10) but it is not going to be installed
  31. Depends: libldap-2.4-2 (>= 2.4.7) but it is not going to be installed
  32. Depends: libpcre3 (>= 8.10) but it is not going to be installed
  33. Depends: libssl1.0.0 (>= 1.0.0) but it is not going to be installed
  34. Depends: zlib1g (>= 1:1.1.4) but it is not going to be installed
  35. apache2.2-common : Depends: apache2-utils but it is not going to be installed
  36. Depends: lsb-base but it is not going to be installed
  37. Depends: procps
  38. Depends: perl but it is not going to be installed
  39. Recommends: ssl-cert but it is not going to be installed
  40. libtinyxml2.6.2:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
  41. Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
  42. Depends: libstdc++6:i386 (>= 4.2.1) but it is not going to be installed
  43. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  44. tseth@tseth-lnx2:~/Development/apir$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement