Hello,

I have been working on getting 5.6.0, using the information on Chuck Lane's
web page at http://www.crinoid.com/perl560.htmlx. I answered configure.com
questions with defaults except:

 Configuration:

    Always use default file types: Y

I got a clean compile and all the tests were successful.

However, when I install, I get errors that look like there are missing
file names. Here is the edited log:

$ define/translation=concealed Perl_Root sys$sysdevice:[perl560.]
%DCL-I-SUPERSEDE, previous value of PERL_ROOT has been superseded
$ sl perl_root
   "PERL_ROOT" [super] = "SYS$SYSDEVICE:[PERL560.]" [concealed]
                                    (LNM$PROCESS_TABLE)
$ mmk install
%DCL-I-SUPERSEDE, previous value of PERL_ROOT has been superseded
%DCL-I-SUPERSEDE, previous value of PERLSHR has been superseded
If F$TrnLnm("Sys") .nes. "" Then Deass SYS
MCR Sys$Disk:[]miniperl.exe "-I[.lib]" installperl
  cp perl.exe /perl_root/000000/perl.exe
  chmod 755 /perl_root/000000/perl.exe
  cp perlshr.exe /perl_root/000000/perlshr.exe
  chmod 755 /perl_root/000000/perlshr.exe
mkdir /perl_root/lib

<snip>

mkdir /perl_root/lib/VMS_AXP/5_6_0/auto/attrs
  cp attrs.bs /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.bs
  chmod 444 /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.bs
  cp attrs.exe /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.exe
  chmod 555 /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.exe
  cp attrs.olb /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.olb
  chmod 444 /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.olb
  cp attrs.opt /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.opt
  chmod 444 /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/attrs.opt
  cp extralibs.ld /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/extralibs.ld
  chmod 444 /perl_root/lib/VMS_AXP/5_6_0/auto/attrs/extralibs.ld
installperl:  not found at installperl line 650.
  cp  /perl_root/lib/VMS_AXP/5_6_0/CORE/
  creating new version of /perl_root/lib/VMS_AXP/5_6_0/CORE/
Couldn't copy  to /perl_root/lib/VMS_AXP/5_6_0/CORE/: invalid argument
  chmod 444 /perl_root/lib/VMS_AXP/5_6_0/CORE/
Couldn't chmod 444 /perl_root/lib/VMS_AXP/5_6_0/CORE/:no such file or directory

<The above 6 lines are repeated 136 times>

  cp x2p/a2p.exe /perl_root/000000/a2p.exe
  chmod 755 /perl_root/000000/a2p.exe
mkdir /perl_root/utils
  cp utils/c2ph.Com /perl_root/utils/c2ph.Com
  chmod 755 /perl_root/utils/c2ph.Com
  cp utils/h2ph.Com /perl_root/utils/h2ph.Com

<snip>

  cp pod/perlnumber.pod /perl_root/lib/pod/perlnumber.pod
  Installation complete
%MMK-I-ACTNOUPD, action did not update target INSTALL

Here is the "-V":

$ perl "-V"
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=VMS, osvers=V7.1-1H1, archname=VMS_AXP
    uname='VMS beast V7.1-1H1 AlphaServer 4000 5/400 4MB'
    config_args=''
    hint=none, useposix=false, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='CC/DECC', optimize='', gccversion=undef
    cppflags='undef'
    ccflags ='/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList'
    stdchar='char', d_stdstdio=define, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=undef, Off_t='int',
lseeksize=4
    alignbytes=8, usemymalloc=N, prototype=define
  Linker and Libraries:
    ld='Link', ldflags ='/NoTrace/NoMap'
    libpth=/sys$share /sys$library
    libs=
    libc=(DECCRTL), so=exe, useshrplib=undef, libperl=undef
  Dynamic Linking:
    dlsrc=dl_vms.c, dlext=exe, d_dlsymun=undef, ccdlflags=''
    cccdlflags='', lddlflags='/Share'


Characteristics of this PERLSHR image:
  Compile-time options:
  Built under VMS
  Compiled at May 12 2000 10:06:33
  %ENV:
    PERLSHR="PERL_ROOT:[000000]PERLSHR.EXE"
    PERL_ROOT="SYS$SYSDEVICE:[PERL560.]"
  @INC:
    perl_root:[lib.VMS_AXP.5_6_0]
    perl_root:[lib]
    perl_root:[lib.site_perl.VMS_AXP]
    perl_root:[lib.site_perl]
    /perl_root/lib/site_perl
    .
$

Here are my @config answers:

Operating system name? [VMS] 
%Config-I-VMS, (-14400) Is this UTC Time Zone Offset correct? [y] 
What is your architecture name? [VMS_AXP] 
Will you be sharing your PERL_ROOT with a VAX? [n] 
Installation prefix to use (for PERL_ROOT)? [ BEAST$DRA4:[JAMESE.PERL-5_6_0.] ]
    sys$sysdevice:[perl560]
%Config-I-VMS, Skip the remaining "where install" questions? [y] 
Invoke perl as a global symbol foreign command [y] 
(You have perl5 revision 5 patchlevel 6.)
Use which C compiler? [cc/decc] 
You are using Dec C 50690003
Your host name appears to be "beast.dtsw.army.mil". Right? 
What is your domain name? [.dtsw.army.mil] 
(Trimming domain name from host name--host name is now beast)
What is your e-mail address? [[EMAIL PROTECTED]] 
Perl administrator e-mail address [[EMAIL PROTECTED]] 
Choose socket stack (NONE,DECC) [DECC] 
Build a VMS-DEBUG version of Perl? [n] 
Build a DEBUGGING version of Perl? [y] 
Build with MULTIPLICITY? [n] 
Try to use 64-bit integers, if available? [n] 
Build with threads? [n] 
Case-sensitive symbols [n] 
Use IEEE math [n] 
Extra C flags [] 
Use secure logical name translation? [y] 
Always use default file types? [N] Y
Build with perl's memory allocator? [n] 
[re Fcntl Errno File::Glob IO Opcode Devel::Peek Devel::DProf Data::Dumper 
     attrs VMS::Stdio VMS::DCLsym B SDBM_File Thread Sys::Hostname POSIX] 
Which "make" utility do you wish to use [MMK]? 


Does anyone have an idea what may be missing or answered wrong?
Is the perl ok to use otherwise?

Thank you very much for any help you can provide,

Ed James                           [EMAIL PROTECTED]
TeleCommunications Systems, Inc.   voice 410-295-1919
275 West Street, Suite 400         fax   410-280-1094
Annapolis, MD 21401-1740

Reply via email to