Advertisement
Guest User

Untitled

a guest
Apr 25th, 2010
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. thunter@samus:~$ sudo apt-get install apache2
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. apache2-mpm-worker apache2.2-bin apache2.2-common libaprutil1-dbd-sqlite3 libaprutil1-ldap
  7. Suggested packages:
  8. apache2-doc apache2-suexec apache2-suexec-custom
  9. The following NEW packages will be installed:
  10. apache2 apache2-mpm-worker apache2.2-bin apache2.2-common libaprutil1-dbd-sqlite3 libaprutil1-ldap
  11. 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
  12. Need to get 2,968kB of archives.
  13. After this operation, 9,216kB of additional disk space will be used.
  14. Do you want to continue [Y/n]?
  15. Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid/main libaprutil1-dbd-sqlite3 1.3.9+dfsg-3build1 [27.1kB]
  16. Get:2 http://us.archive.ubuntu.com/ubuntu/ lucid/main libaprutil1-ldap 1.3.9+dfsg-3build1 [25.1kB]
  17. Get:3 http://us.archive.ubuntu.com/ubuntu/ lucid/main apache2.2-bin 2.2.14-5ubuntu8 [2,622kB]
  18. Get:4 http://us.archive.ubuntu.com/ubuntu/ lucid/main apache2.2-common 2.2.14-5ubuntu8 [290kB]
  19. Get:5 http://us.archive.ubuntu.com/ubuntu/ lucid/main apache2-mpm-worker 2.2.14-5ubuntu8 [2,364B]
  20. Get:6 http://us.archive.ubuntu.com/ubuntu/ lucid/main apache2 2.2.14-5ubuntu8 [1,482B]
  21. Fetched 2,968kB in 2s (1,034kB/s)
  22. Selecting previously deselected package libaprutil1-dbd-sqlite3.
  23. (Reading database ... 231100 files and directories currently installed.)
  24. Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.9+dfsg-3build1_i386.deb) ...
  25. Selecting previously deselected package libaprutil1-ldap.
  26. Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.9+dfsg-3build1_i386.deb) ...
  27. Selecting previously deselected package apache2.2-bin.
  28. Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.14-5ubuntu8_i386.deb) ...
  29. Selecting previously deselected package apache2.2-common.
  30. Unpacking apache2.2-common (from .../apache2.2-common_2.2.14-5ubuntu8_i386.deb) ...
  31. Selecting previously deselected package apache2-mpm-worker.
  32. Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.14-5ubuntu8_i386.deb) ...
  33. Selecting previously deselected package apache2.
  34. Unpacking apache2 (from .../apache2_2.2.14-5ubuntu8_i386.deb) ...
  35. Processing triggers for man-db ...
  36. Processing triggers for ufw ...
  37. Processing triggers for ureadahead ...
  38. Setting up libaprutil1-dbd-sqlite3 (1.3.9+dfsg-3build1) ...
  39. Setting up libaprutil1-ldap (1.3.9+dfsg-3build1) ...
  40. Setting up apache2.2-bin (2.2.14-5ubuntu8) ...
  41. Setting up apache2.2-common (2.2.14-5ubuntu8) ...
  42. ERROR: Module reqtimeout does not exist!
  43. dpkg: error processing apache2.2-common (--configure):
  44. subprocess installed post-installation script returned error exit status 1
  45. dpkg: dependency problems prevent configuration of apache2-mpm-worker:
  46. apache2-mpm-worker depends on apache2.2-common (= 2.2.14-5ubuntu8); however:
  47. Package apache2.2-common is not configured yet.
  48. dpkg: error processing apache2-mpm-worker (--configure):
  49. dependency problems - leaving unconfigured
  50. dpkg: dependency problems prevent configuration of apache2:
  51. apache2 depends on apache2-mpm-worker (= 2.2.14-5ubuntu8) | apache2-mpm-prefork (= 2.2.14-5ubuntu8) | apache2-mpm-event (= 2.2.14-5ubuntu8) | apache2-mpm-itk (= 2.2.14-5ubuntu8); however:
  52. Package apache2-mpm-worker is not configured yet.
  53. Package apache2-mpm-prefork is not installed.
  54. Package apache2-mpm-event is not installed.
  55. Package apache2-mpm-itk is not installed.
  56. apache2 depends on apache2.2-common (= 2.2.14-5ubuntu8); however:
  57. Package apache2.2-common is nNo apport report written because the error message indicates its a followup error from a previous failure.
  58. No apport report written because the error message indicates its a followup error from a previous failure.
  59. ot configured yet.
  60. dpkg: error processing apache2 (--configure):
  61. dependency problems - leaving unconfigured
  62. Errors were encountered while processing:
  63. apache2.2-common
  64. apache2-mpm-worker
  65. apache2
  66. E: Sub-process /usr/bin/dpkg returned an error code (1)
  67. thunter@samus:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement