erro de script pós-instalação 1 (php7.2-xml)

0

Estou tentando instalar o php7.2-xml em um servidor Ubuntu 18.04 usando apt-get install php7.2-xml

Continuo recebendo um erro:

installed php7.2-xml package post-installation script subprocess returned error exit status 1

Eu fui para /var/lib/dpkg/info com base em algumas outras pesquisas do Google que fiz e abri php7.2-xml.postinst e adicionei o set -x flag logo abaixo de #!/bin/sh

Isso me deu a seguinte saída depois que eu executei dpkg --reconfigure --pending

Setting up php7.2-xml (7.2.10-0ubuntu0.18.04.1) ...
+ set -e
+ [ configure = configure ]
+ [ -n  ]
+ [ configure = configure ]
+ inidir=/etc/php/7.2/mods-available
+ [ -e /usr/lib/php/php-maintscript-helper ]
+ . /usr/lib/php/php-maintscript-helper
+ [ -n  ]
+ EXPORT_PHP_MAINTSCRIPT_HELPER=1
+ [ -n  ]
+ [ -z configure ]
+ PHP_MAINTSCRIPT_NAME=postinst
+ [ postinst ]
+ PHP_MAINTSCRIPT_PACKAGE=php7.2-xml
+ [ -z php7.2-xml ]
+ [ -z  ]
+ PHP_MAINTSCRIPT_METHOD=configure
+ [ -z  ]
+ PHP_MAINTSCRIPT_ARGUMENT=
+ inifile=dom.ini
+ ucf /usr/share/php7.2-xml/xml/dom.ini /etc/php/7.2/mods-available/dom.ini
+ ucfr --force php7.2-xml /etc/php/7.2/mods-available/dom.ini
+ [ -f /etc/php/7.2/mods-available/dom.ini.dpkg-new ]
+ php_invoke enmod 7.2 ALL dom
+ local CMD=enmod
+ local VERSION=7.2
+ local SAPI=ALL
+ local MOD=dom
+ local check_switch=
+ local invoke_string=
+ local rcd_action=
+ local rcd_scripts=
+ local sapi_list=
+ [ -x /usr/sbin/phpenmod ]
+ [ -x /usr/sbin/phpquery ]
+ version_list=7.2
+ phpquery -S -v 7.2
+ sapi_list=cli
fpm
cgi
apache2
+ phpenmod -q -v 7.2 -m -r dom
/usr/sbin/phpquery: 52: /usr/sbin/phpquery: Cannot fork
WARNING: Unable to get module state, run phpquery -v 7.2 -s fpm -m dom manually
WARNING: and fix the module state.
/usr/sbin/phpenmod: 130: /usr/sbin/phpenmod: Cannot fork
+ return 1
dpkg: error processing package php7.2-xml (--configure):
 installed php7.2-xml package post-installation script subprocess returned error exit status 1
Processing triggers for php7.2-fpm (7.2.10-0ubuntu0.18.04.1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Errors were encountered while processing:
 php7.2-xml

Alguma idéia do que posso fazer para corrigir essa instalação? Está relacionado ao WARNING: Unable to get module state ? Não sei como consertar isso se for.

    
por starfly 20.10.2018 / 17:18

0 respostas