Advertisement
Guest User

Untitled

a guest
Nov 6th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. $ apt-get install --reinstall php5
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. php5
  7. 0 upgraded, 1 newly installed, 0 to remove and 113 not upgraded.
  8. 2 not fully installed or removed.
  9. Need to get 0 B/1,102 B of archives.
  10. After this operation, 20.5 kB of additional disk space will be used.
  11. Selecting previously deselected package php5.
  12. (Reading database ... 324883 files and directories currently installed.)
  13. Unpacking php5 (from .../php5_5.3.6-13ubuntu3.2_all.deb) ...
  14. Setting up libapache2-mod-php5 (5.3.6-13ubuntu3.2) ...
  15. Error: The new file /usr/share/php5/php.ini-production does not exist!
  16. dpkg: error processing libapache2-mod-php5 (--configure):
  17. subprocess installed post-installation script returned error exit status 1
  18. Setting up php5-cli (5.3.6-13ubuntu3.2) ...
  19. Error: The new file /usr/share/php5/php.ini-production.cli does not exist!
  20. dpkg: error processing php5-cli (--configure):
  21. subprocess installed post-installation script returned error exit status 1
  22. dpkg: dependency problems prevent configuration of php5:
  23. php5 depends on libapache2-mod-php5 (>= 5.3.6-13ubuntu3.2) | libapache2-mod-php5filter (>= 5.3.6-13ubuntu3.2) | php5-cgi (>= 5.3.6-13ubuntu3.2) | php5-fpm (>= 5.3.6-13ubuntu3.2); however:
  24. Package libapache2-mod-php5 is not configured yet.
  25. Package libapache2-mod-php5filter is not installed.
  26. Package php5-cgi is not installed.
  27. Package php5-fpm is not installed.
  28. dpkg: error processing php5 (--configure):
  29. dependency problems - leaving unconfigured
  30. No apport report written because the error message indicates its a followup error from a previous failure.
  31. Errors were encountered while processing:
  32. libapache2-mod-php5
  33. php5-cli
  34. php5
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement