Perl IO:Pty support

Install missing package under root

Linux RHEL, CentOS

# yum install perl-IO-Tty

Linux Debian, Ubuntu

# apt-get install libio-pty-perl 

AIX

Download it here: perl-IO-Tty-1.07-1.aix5.1.ppc.rpm or here perl-5.32-IO-Tty-1.12-2.aix6.1.ppc.rpm
# rpm -Uvh perl-IO-Tty-1.07-1.aix5.1.ppc.rpm

Test presence

cd /home/stor2rrd/stor2rrd
. etc/stor2rrd.cfg
$PERL -MIO::Pty -e ';'
When it prints error like "Can't locate IO/Pty.pm in @INC" then something is wrong with installation.