From: Slater Robert-W. <WL...@mo...> - 2003-02-19 13:56:34
|
Hello, I work in a CDMA test group for Motorola and we developed an automation tool written in Perl5. We have used the Expect.pm module to establish 'rlogin' session to various UNIX machines. Everything is working fine in our facility. We need to setup the same tool in a new lab in Bangalore, India. They purchased an Ultra5 UNIX machine to be there 'tools' server. We FTP'ed the Perl5 software distribution to this new machine including the Expect.pm module. We are now seeing the following error: Can't locate auto/Expect/send.al in @INC (@INC contains: . .. /usr/sbin /usr/test/atd/tools/Auto/Auto_Modules /usr/test/atd/tools/Auto/Auto_Modules/LapMessages /usr/perl5/5.00503/sun4-solaris /usr/Perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 . /usr/test/atd/tools/Auto/R16_1/TEST_CASES) at /usr/test/atd/tools/Auto/Auto_Modules/RCval.pm line 318 Can you please tell me were the send.al method is located for the Expect.pm. We just need to know what the directory structure is relative to the Expect.pm module. Thanks for your help. Regards, Bob Slater |