Hi,
 
I am having problems using ANY standard PERL modules on the HP-UX system.
For example, in my scipt I put
 
use Carp;
 
and after i ran it, the error is:
 
Can't locate Carp.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 ..) at DBI.pm line 66.
or this :
 
 
use ExtUtils::MakeMaker 5.16, qw(WriteMakefile $Verbose);
and it does the same thing:
 
Can't locate ExtUtils::MakeMaker.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 ..) at DBI.pm line 66.
ok, I found where the library ExtUtils.pm is and I ran this coomand
(in /opt/apache/lib/perl5/site_perl/5.005/PA-RISC1.1/Apache/) 
 
perl -I /opt/apache/lib/perl5/site_perl/5.005/PA-RISC1.1/Apache/ Makefile.PL
 
and  got this again!!!!
 
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /opt/apache/lib/perl5/site_perl/5.005/PA-RISC1.1/Apache/ /opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 ..) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
 
 
thanks in advance for any help.
 
andrey
 

Reply via email to