mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
libfile-tail-perl
On my freshly installed Debian 9 (Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux), when I followed the instruction (without the libfile-tail-perl), I got the below error message when I ran imapsync (git cloned from the commit id f9a77ee223
which was commited on Tue Jul 2 18:34:23 2019 -0500) for the first time. But, after I had installed libfile-tail-perl package, I could successfully run imapsync.
"""
Can't locate File/Tail.pm in @INC (you may need to install the File::Tail 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 840.
BEGIN failed--compilation aborted at ./imapsync line 840.
"""
This commit is contained in:
parent
f9a77ee223
commit
8a94761095
@ -42,6 +42,7 @@ apt install -y \
|
||||
libcrypt-openssl-rsa-perl \
|
||||
libdata-uniqid-perl \
|
||||
libfile-copy-recursive-perl \
|
||||
libfile-tail-perl \
|
||||
libio-socket-inet6-perl \
|
||||
libio-socket-ssl-perl \
|
||||
libio-tee-perl \
|
||||
|
Loading…
Reference in New Issue
Block a user