Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2014 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0c93ada6ecc3d4086b88 to your computer and use it in GitHub Desktop.
Save anonymous/0c93ada6ecc3d4086b88 to your computer and use it in GitHub Desktop.
$ sudo dpkg --debug=12 --configure -a
Setting up php5-fpm (5.5.9+dfsg-1ubuntu4.5) ...
D000002: fork/exec /var/lib/dpkg/info/php5-fpm.postinst ( configure )
php5_invoke: Enable module cli for fpm SAPI
php5_invoke xdebug: already enabled for fpm SAPI
php5_invoke pdo: already enabled for fpm SAPI
php5_invoke mcrypt: already enabled for fpm SAPI
php5_invoke sqlite3: already enabled for fpm SAPI
dpkg: error processing package php5-fpm (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up php5-cli (5.5.9+dfsg-1ubuntu4.5) ...
D000002: fork/exec /var/lib/dpkg/info/php5-cli.postinst ( configure )
php5_invoke: Enable module cli for cli SAPI
php5_invoke xdebug: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke mcrypt: already enabled for cli SAPI
php5_invoke sqlite3: already enabled for cli SAPI
dpkg: error processing package php5-cli (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libapache2-mod-php5 (5.5.9+dfsg-1ubuntu4.5) ...
D000002: fork/exec /var/lib/dpkg/info/libapache2-mod-php5.postinst ( configure 5.5.9+dfsg-1ubuntu4.5 )
php5_invoke: Enable module cli for apache2 SAPI
php5_invoke xdebug: already enabled for apache2 SAPI
php5_invoke pdo: already enabled for apache2 SAPI
php5_invoke mcrypt: already enabled for apache2 SAPI
php5_invoke sqlite3: already enabled for apache2 SAPI
dpkg: error processing package libapache2-mod-php5 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
php5-fpm
php5-cli
libapache2-mod-php5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment