N
Newbie
Hi
My script is using Expect.pm. The pre-requisites of using this is
IO::tty and IO:ty. I downloaded Bundle-Expect-1.09, which says that
it has both these packages. Later executing this script gave this eror
message:
Can't locate IO/Tty/Constant.pm in @INC (@INC contains:
/avo/tools/PerlLib /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .)
at /usr/perl5/5.00503/sun4-solaris/IO/Tty.pm line 8.
BEGIN failed--compilation aborted at
/usr/perl5/5.00503/sun4-solaris/IO/Tty.pm line 8.
BEGIN failed--compilation aborted at
/usr/perl5/5.00503/sun4-solaris/IO/Pty.pm line 8.
BEGIN failed--compilation aborted at /avo/tools/PerlLib/Expect.pm line
22.
BEGIN failed--compilation aborted at /avo/tools/File.pl line 356.
The existing package on my machine: 5.005_03
Is this s dependancy issue or difference in versions is causing the
problem? How to resolve it?
Thanks
My script is using Expect.pm. The pre-requisites of using this is
IO::tty and IO:ty. I downloaded Bundle-Expect-1.09, which says that
it has both these packages. Later executing this script gave this eror
message:
Can't locate IO/Tty/Constant.pm in @INC (@INC contains:
/avo/tools/PerlLib /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .)
at /usr/perl5/5.00503/sun4-solaris/IO/Tty.pm line 8.
BEGIN failed--compilation aborted at
/usr/perl5/5.00503/sun4-solaris/IO/Tty.pm line 8.
BEGIN failed--compilation aborted at
/usr/perl5/5.00503/sun4-solaris/IO/Pty.pm line 8.
BEGIN failed--compilation aborted at /avo/tools/PerlLib/Expect.pm line
22.
BEGIN failed--compilation aborted at /avo/tools/File.pl line 356.
The existing package on my machine: 5.005_03
Is this s dependancy issue or difference in versions is causing the
problem? How to resolve it?
Thanks