我在 Windows 上使用 GNUCASH,这有可能使用 mysql。我可以通过 mysql 连接在 ubuntu 上使用 GNUCASH,因为我现在在 ubuntu 上没有那个选项。我非常喜欢 ubuntu
我使用 ubuntu 14.04 和 GNUCASH 1:2.6.1-2
安装 Imapsync 时出现此错误
perl -c imapsync || { echo; echo "Read the INSTALL file to solve Perl module dependencies!"; exit 1; }
Can't locate IO/Tee.pm in @INC (you may need to install the IO::Tee module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at imapsync line 591.
BEGIN failed--compilation aborted at imapsync line 591.
Read the INSTALL file to solve Perl module dependencies!
make: *** [testp] Fout 1
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题?