install nginx 1.10.1-3trusty1 got nginx-common installed post-installation script returned error exit status 1 - Ask Ubuntu
update
after removed , purged nginx
, nginx-common
, , install again, works fine.
i install nginx 1.10.1-3+trusty1 got errors: http://paste.ubuntu.com/23386350/
i found first error configure nginx-common, modified /var/lib/dpkg/info/nginx-common.postinst
set -x
,
then run this:sudo dpkg --configure nginx-common
i got these lines: http://paste.ubuntu.com/23386416/
setting nginx-common (1.10.1-3+trusty1) ... + . /usr/share/debconf/confmodule + [ ! ] + perl_dl_nonlazy=1 + export perl_dl_nonlazy + [ ] + exec /usr/share/debconf/frontend /var/lib/dpkg/info/nginx-common.postinst configure 1.10.1-3+trusty0 dpkg: error processing package nginx-common (--configure): subprocess installed post-installation script returned error exit status 1 errors encountered while processing: nginx-common
Comments
Post a Comment