Advertisement
Guest User

Untitled

a guest
May 5th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. root@pi3up:~# apt-get dist-upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Calculating upgrade... Done
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 4 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Do you want to continue? [Y/n]
  10. Setting up libapache2-mod-php7.0 (7.0.27-0+deb9u1) ...
  11. Not replacing deleted config file /etc/php/7.0/apache2/php.ini
  12. php_invoke: Enable module tokenizer for apache2 sapi
  13. php_invoke: Enable module zip for apache2 sapi
  14. php_invoke: Enable module sockets for apache2 sapi
  15. php_invoke: Enable module readline for apache2 sapi
  16. php_invoke: Enable module sysvsem for apache2 sapi
  17. php_invoke: Enable module mysqlnd for apache2 sapi
  18. php_invoke: Enable module sysvshm for apache2 sapi
  19. php_invoke: Enable module xsl for apache2 sapi
  20. php_invoke: Enable module phar for apache2 sapi
  21. php_invoke: Enable module sysvmsg for apache2 sapi
  22. php_invoke: Enable module wddx for apache2 sapi
  23. php_invoke: Enable module xmlwriter for apache2 sapi
  24. php_invoke: Enable module simplexml for apache2 sapi
  25. php_invoke: Enable module dom for apache2 sapi
  26. php_invoke: Enable module exif for apache2 sapi
  27. php_invoke: Enable module ctype for apache2 sapi
  28. php_invoke: Enable module fileinfo for apache2 sapi
  29. php_invoke: Enable module curl for apache2 sapi
  30. php_invoke: Enable module shmop for apache2 sapi
  31. php_invoke: Enable module bz2 for apache2 sapi
  32. php_invoke: Enable module mysqli for apache2 sapi
  33. php_invoke: Enable module xml for apache2 sapi
  34. php_invoke: Enable module json for apache2 sapi
  35. php_invoke: Enable module pdo_mysql for apache2 sapi
  36. php_invoke: Enable module xmlreader for apache2 sapi
  37. php_invoke: Enable module opcache for apache2 sapi
  38. php_invoke: Enable module gettext for apache2 sapi
  39. php_invoke: Enable module mbstring for apache2 sapi
  40. php_invoke: Enable module posix for apache2 sapi
  41. php_invoke: Enable module pdo for apache2 sapi
  42. php_invoke: Enable module ftp for apache2 sapi
  43. php_invoke: Enable module iconv for apache2 sapi
  44. php_invoke: Enable module gd for apache2 sapi
  45. php_invoke: Enable module calendar for apache2 sapi
  46. dpkg: error processing package libapache2-mod-php7.0 (--configure):
  47. subprocess installed post-installation script returned error exit status 1
  48. dpkg: dependency problems prevent configuration of php7.0:
  49. php7.0 depends on libapache2-mod-php7.0 | php7.0-fpm | php7.0-cgi; however:
  50. Package libapache2-mod-php7.0 is not configured yet.
  51. Package php7.0-fpm is not installed.
  52. Package php7.0-cgi is not installed.
  53.  
  54. dpkg: error processing package php7.0 (--configure):
  55. dependency problems - leaving unconfigured
  56. dpkg: dependency problems prevent configuration of php:
  57. php depends on php7.0; however:
  58. Package php7.0 is not configured yet.
  59.  
  60. dpkg: error processing package php (--configure):
  61. dependency problems - leaving unconfigured
  62. dpkg: dependency problems prevent configuration of phpmyadmin:
  63. phpmyadmin depends on php; however:
  64. Package php is not configured yet.
  65. Package php7.0 which provides php is not configured yet.
  66.  
  67. dpkg: error processing package phpmyadmin (--configure):
  68. dependency problems - leaving unconfigured
  69. Errors were encountered while processing:
  70. libapache2-mod-php7.0
  71. php7.0
  72. php
  73. phpmyadmin
  74. E: Sub-process /usr/bin/dpkg returned an error code (1)
  75. root@pi3up:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement