1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00

Update INSTALL.Debian.txt

In Debian 9, just tried with a fresh server, if you omit "libio-socket-inet6-perl", you get

"""
root@jarjar:~# ./imapsync
Can't locate IO/Socket/INET6.pm in @INC (you may need to install the IO::Socket::INET6 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./imapsync line 676.
BEGIN failed--compilation aborted at ./imapsync line 676.
"""

Maybe because my machine has IPv6?
This commit is contained in:
Paolo Gabrielli 2018-03-06 16:07:08 +01:00 committed by GitHub
parent 31115d0e16
commit 22db0f9370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ apt install -y \
libcrypt-openssl-rsa-perl \ libcrypt-openssl-rsa-perl \
libdata-uniqid-perl \ libdata-uniqid-perl \
libfile-copy-recursive-perl \ libfile-copy-recursive-perl \
libio-socket-inet6-perl \
libio-socket-ssl-perl \ libio-socket-ssl-perl \
libio-tee-perl \ libio-tee-perl \
libhtml-parser-perl \ libhtml-parser-perl \