Open baenacoco opened 5 years ago
@baenacc I have the same issue and I solved it by changing php-xsl
to php-xml
,
because the apt package manager gave me the hint, it says that php-xsl
is a virtual package, the real one is php-xml
.
Hopefully this will helps.
same problem happened to me, when I upgraded to 0.44 I had to change to php7.2-xsl
and when upgrading to 0.47 I had to change to php-xml
as suggested above. I'm running Ubuntu 18.04.5 LTS
in a virtual machine.
I am installing mail in a box over a Digital Ocean Ubuntu 18.04 that is recommended.
But this is an error that ocurring during the installation:
I solve that if I modify that: ~/mailinabox/setup/zpush.sh find this line : php-soap php-imap libawl-php php-xsl and change for this php-soap php-imap libawl-php
I hope that this used the php7.0-xsl and works fine. If this is right I will transmit it later.
Thanks.