Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. openfire is an older package that relies on an older java (sun-java5-jre | sun-java6-jre), the new java bundled with ubuntu is "default-jre-headless" based on openjdk.
  2.  
  3. root@clients:/etc/apt# apt-get install php5-cli
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. You might want to run 'apt-get -f install' to correct these:
  8. The following packages have unmet dependencies:
  9. openfire : PreDepends: sun-java5-jre but it is not installable or
  10. sun-java6-jre but it is not installable
  11. php5-cli : Depends: php5-common (= 5.3.3-1ubuntu9.3) but it is not going to be installed
  12. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  13.  
  14.  
  15. This is driving me crazy that openfire's dependencies which I said "ignore" when I installed it are coming back now breaking me from installing new stuff.
  16.  
  17. Thoughts?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement