Comment 1 for bug 1421025

Revision history for this message
Tomislav Plavcic (tplavcic) wrote :

Confirmed and should be fixed for next release since it's an easy fix in rpm spec file.
Ubuntu seems unaffected since debian/control file includes the dependency for libterm-readkey-perl package.

TEST:
[vagrant@t-centos6-64 ~]$ pt-find --ask-pass --tablesize +5G
Enter password: Cannot read response; is Term::ReadKey installed? Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/pt-find line 1366.

INSTALL:
sudo yum install perl-TermReadKey

TEST AGAIN:
[vagrant@t-centos6-64 ~]$ pt-find --ask-pass --tablesize +5G
Enter password:
[vagrant@t-centos6-64 ~]$
Works...