Hello Monks,
I am new to perl as well as the monastery. I am trying to
load the Expect module and the accompaning IO modules. The
installation went without a hitch but when I tried to run know
working code I get;
# ./extest.pl
Can't locate IO/Pty.pm in @INC (@INC contains: /apps/perl/
lib/5.00503/sun4-solaris /apps/perl/lib/5.00503
/apps/perl/lib/site_perl/5.005/sun4-solaris
/apps/perl/lib/site_perl/5.005 .) at /apps/perl/lib/
site_perl/5.005/Expect.pm line 19.
BEGIN failed--compilation aborted at
/apps/perl/lib/site_perl/5.005/Expect.pm line 19.
BEGIN failed--compilation aborted at ./extest.pl line 2.
#
The Pty.pm module is loaded, all dirs and files are owned
by root(I'm assuming this is ok). I reloaded all of the
modules a second time thinking there may have been a problem
with the install, but every thing seems to have install
correctly.
-Thanks,
HELP