Thanks very much.

This time, I used 
>perl Makefile.pl "PREFIX=disk$user:[usr.perlmod]"
>mms/ignore
>mms test

all above worked fine. but the last command
>mms install

I got the error message:

perl "-Iperl_root:[lib]" "-MExtUtils::Install" -e "install({split('
',<STDIN>)},
1);" <.MM_tmp
Warning: You do not have permissions to install into
perl_root:[lib.site_perl.VM
S_AXP] at /perl_root/lib/ExtUtils/Install.pm line 62, <STDIN> line 1.
mkdir /perl_root/man: not owner at /perl_root/lib/ExtUtils/Install.pm line 58
%SYSTEM-F-ABORT, abort
%MMS-F-ABORT, For target PURE_SITE_INSTALL, CLI returned abort status:
%X0000002
C.

It seems that the installation process Makefile.pl just ignores the local
path, and always looks for the perl_root.

The Perl vesion on the vms is 
vms>perl -V
This is perl, v5.6.0 built for VMS_AXP

and the VMS version is VMS alpha

Do you have any ideas about this? Thanks very much for helping me.

Regards,

Haining Yao

At 09:12 AM 10/29/02 +1100, Keirnan, Paul wrote:
>Hi,
>
>Your error code (%X10B91260) translates to
>
>       %CC-W-ENDDIAGS, !AS completed with !UL diagnostic!%S
>
>To get MMS to only abort on 'error' or 'fatal', use
>
>       MMS/IGNORE    ....
>
>This is equivalent to MMS/IGNORE=(WARNING).
>
>Regards,
>Paul
>
>-----Original Message-----
>From: Haining Yao [mailto:yaoh@;cspar.uah.edu] 
>Sent: Tuesday, 29 October 2002 8:42 AM
>To: [EMAIL PROTECTED]
>Subject: install perl module locally
>
>
>Hello,
>
>I am trying to use a perl script which works on Unix system on VMS. But
>there are some modules not included in standard Perl lib. The person who
>used the perl script on Unix suggested me to install the modules I need
>locally, because he did so.
>
>I've downloaded the modules from CPAN. But i had problems when i tried to
>install them locally. I also tried to install them on Linux system and there
>is no problem on Linux. 
>
>Under Linux /tmp, i did 
>
>linux>perl Makefile.pl PREFIX=/tmp
>
>then after "make install", the folds
>/tmp/lib/site_perl/5.6.0/i386-linux/xxxx, etc were automatically created for
>me.
>
>But on VMS, things are different.
>
>vms>perl Makefile.pl prefix=disk$user:[usr.perlmod]
>
>This looks good. But when i do this
>
>vms>mms
>
>I got abort messages like these:
>
>%MMS-F-ABORT, For target VECTOR.OBJ, CLI returned abort status: %X10B91260.
>
>May I use the same way like on Linux to install modules on VMS, like 'perl
>Makefile.pl PREFIX=path'? Has anybody done the installation locally before?
>Thanks very much for any help.
>
>Regards,
>
>Haining Yao
>
>

Reply via email to