<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Perl Module Installation problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605187#M39650</link>
    <description>&lt;!--!*#--&gt;&amp;gt; put the Perl modules to be installed onto&lt;BR /&gt;&amp;gt; an ODS2 disk (I use an LD container), and&lt;BR /&gt;&amp;gt; retry.&lt;BR /&gt;&lt;BR /&gt;Some editions of VMSTAR offer a /ODS2 ("o")&lt;BR /&gt;option:&lt;BR /&gt;            /ODS2         -- Restores files using ODS-2 naming on ODS-5 volumes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ vmstar xfv [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]a.b.c;&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;a^.b.c;1                    1  23-MAR-2010 02:47:54.02  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;alp $ delete *.*;*&lt;BR /&gt;alp $ vmstar xfvo [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]A.B_C&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;A.B_C;1                     1  23-MAR-2010 02:46:54.00  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some versions also offer /UNDERDOT ("u"):&lt;BR /&gt;&lt;BR /&gt;            /UNDERDOT     -- "a.b.c" -&amp;gt; ODS2 "A_B.C" (not "A.B_C")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ delete *.*;*&lt;BR /&gt;alp $ vmstar xfvou [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]A_B.C&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;A_B.C;1                     1  23-MAR-2010 02:46:54.00  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As usual, many things are possible.&lt;BR /&gt;&lt;BR /&gt;Some versions of MMS have more trouble than&lt;BR /&gt;others with different-case file names.</description>
    <pubDate>Tue, 23 Mar 2010 06:57:04 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-03-23T06:57:04Z</dc:date>
    <item>
      <title>Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605184#M39647</link>
      <description>I am using Perl 5.8.6, OpenVMS 8.3 1h1, on an rx6600 itanium box, trying to install several modules and they are all behaving the same.&lt;BR /&gt;&lt;BR /&gt;I created a directory PERL_ROOT:[SITE], put the .gz file in that directory, &lt;BR /&gt;did gzip -d (module file), &lt;BR /&gt;vmstar/extract (module file), &lt;BR /&gt;set default (module file),&lt;BR /&gt;perl makefile.pl&lt;BR /&gt;mms&lt;BR /&gt;mms test&lt;BR /&gt;&lt;BR /&gt;and got this:&lt;BR /&gt;$ mms test&lt;BR /&gt;&lt;BR /&gt;MCR $1$dga42:[perl5_8_6]perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, '[.blib.lib]', '[.blib.arch]')" t/*.t&lt;BR /&gt;t/basic...........&lt;BR /&gt;Can't locate Email/Date/Format.pm in @INC (@INC contains: . perl_root:[lib.VMS_IA64.5_8_6] perl_root:[lib] perl_root:[lib.si&lt;BR /&gt;te_perl.VMS_IA64] perl_root:[lib.site_perl] /perl_root/lib/site_perl .) at t/basic.t line 5.&lt;BR /&gt;BEGIN failed--compilation aborted at t/basic.t line 5.&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-W-NOSUCHFILE, no such file&lt;BR /&gt;&lt;BR /&gt;dubious&lt;BR /&gt;        Test returned status 2320 (wstat 256, 0x100)&lt;BR /&gt;                (VMS status is 2320)&lt;BR /&gt;DIED. FAILED tests 1-3&lt;BR /&gt;        Failed 3/3 tests, 0.00% okay&lt;BR /&gt;t/pod-coverage....&lt;BR /&gt;&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage&lt;BR /&gt;t/pod.............&lt;BR /&gt;&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: Test::Pod 1.14 required for testing POD&lt;BR /&gt;Failed Test Stat Wstat Total Fail  Failed  List of Failed&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;t/basic.t    232   256     3    6 200.00%  1-3&lt;BR /&gt;2 tests skipped.&lt;BR /&gt;Failed 1/3 test scripts, 66.67% okay. 3/3 subtests failed, 0.00% okay.&lt;BR /&gt;%SYSTEM-F-ABORT, abort&lt;BR /&gt;%MMS-F-ABORT, For target TEST_DYNAMIC, CLI returned abort status: %X0000002C.&lt;BR /&gt;-SYSTEM-F-ABORT, abort&lt;BR /&gt;&lt;BR /&gt;I will then follow with mms install, then turn around and do mms test and the test works. &lt;BR /&gt;I've done this before a couple of months ago to another system and did not have these issues but used mmk instead of mms (not sure that is a factor in the problem).&lt;BR /&gt;&lt;BR /&gt;If someone can give me an idea on where to look for the issue I would appreciate any assistance.</description>
      <pubDate>Tue, 23 Mar 2010 02:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605184#M39647</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-03-23T02:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605185#M39648</link>
      <description>&lt;!--!*#--&gt;I know nothing, but it might be interesting&lt;BR /&gt;to know which version of VMSTAR and MMS&lt;BR /&gt;you're using.&lt;BR /&gt;&lt;BR /&gt;      VMSTAR&lt;BR /&gt;      MMS /IDENT&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can't locate Email/Date/Format.pm [...]&lt;BR /&gt;&lt;BR /&gt;Can you find it/them if you look around?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] compilation aborted at t/basic.t line 5.&lt;BR /&gt;&lt;BR /&gt;What's there?&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 04:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605185#M39648</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-23T04:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605186#M39649</link>
      <description>Maybe the Perl experts here can say which Perl/MMS/VMS/ODS combination will work,&lt;BR /&gt;meanwhile do what I usually do:&lt;BR /&gt;put the Perl modules to be installed onto an ODS2 disk (I use an LD container), and retry.</description>
      <pubDate>Tue, 23 Mar 2010 06:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605186#M39649</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-03-23T06:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605187#M39650</link>
      <description>&lt;!--!*#--&gt;&amp;gt; put the Perl modules to be installed onto&lt;BR /&gt;&amp;gt; an ODS2 disk (I use an LD container), and&lt;BR /&gt;&amp;gt; retry.&lt;BR /&gt;&lt;BR /&gt;Some editions of VMSTAR offer a /ODS2 ("o")&lt;BR /&gt;option:&lt;BR /&gt;            /ODS2         -- Restores files using ODS-2 naming on ODS-5 volumes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ vmstar xfv [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]a.b.c;&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;a^.b.c;1                    1  23-MAR-2010 02:47:54.02  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;alp $ delete *.*;*&lt;BR /&gt;alp $ vmstar xfvo [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]A.B_C&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;A.B_C;1                     1  23-MAR-2010 02:46:54.00  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some versions also offer /UNDERDOT ("u"):&lt;BR /&gt;&lt;BR /&gt;            /UNDERDOT     -- "a.b.c" -&amp;gt; ODS2 "A_B.C" (not "A.B_C")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alp $ delete *.*;*&lt;BR /&gt;alp $ vmstar xfvou [-]x.tar&lt;BR /&gt;Mar 23 02:46:54 2010        6 [SMS.ITRC.TEST]A_B.C&lt;BR /&gt;alp $ dg&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKA0:[SMS.ITRC.test]&lt;BR /&gt;&lt;BR /&gt;A_B.C;1                     1  23-MAR-2010 02:46:54.00  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As usual, many things are possible.&lt;BR /&gt;&lt;BR /&gt;Some versions of MMS have more trouble than&lt;BR /&gt;others with different-case file names.</description>
      <pubDate>Tue, 23 Mar 2010 06:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605187#M39650</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-23T06:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605188#M39651</link>
      <description>&amp;gt; vmstar/extract (module file),&lt;BR /&gt;&amp;gt; set default (module file),&lt;BR /&gt;&lt;BR /&gt;I assume you mean "module directory" in the second line.  In any case, what you omitted may be important.  If that directory name has dots in it that are not directory delimiters, it might confuse some part of the extension building infrastructure or module loading infrastructure, especially in a six-year-old version of Perl (5.10.1 is current, 5.12.0 is imminent).&lt;BR /&gt;&lt;BR /&gt;You can use vmstar/ods2 as others suggest or you can simply rename the top-level directory after unpacking it to something without dots.  Also, I don't recommend putting anything under perl_root:[000000] that's not put there by an installer; you never know what it might collide with.</description>
      <pubDate>Tue, 23 Mar 2010 14:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605188#M39651</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-03-23T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605189#M39652</link>
      <description>vmstar &amp;amp; gzip are both from the Freeware v8.0 CD [000tools] directory.&lt;BR /&gt;&lt;BR /&gt;$ vmstar&lt;BR /&gt;VMS TAR V3.3-4 (Dec  2 2004)&lt;BR /&gt;usage (VMS style):  TAR tarfile file[,...]&lt;BR /&gt;   Options: /HELP         -- Print this text and exits&lt;BR /&gt;            /LIST         -- List contents of tarfile&lt;BR /&gt;            /CREATE       -- Create a tarfile&lt;BR /&gt;            /EXTRACT      -- Extract files from tarfile&lt;BR /&gt;            /VERBOSE      -- Display processed file info&lt;BR /&gt;            /CONFIRM      -- Prompt before store/extract&lt;BR /&gt;            /BINARY       -- Create binary files&lt;BR /&gt;            /AUTOMATIC    -- Automatically determine file type&lt;BR /&gt;            /DOTS         -- Maintain "." usage&lt;BR /&gt;            /FORCE        -- Forces copying of unsupported file formats&lt;BR /&gt;            /PADDING      -- Adds padding block at the end of the tar file&lt;BR /&gt;            /BLOCK_FACTOR -- Amount of 512 byte records in a tar block&lt;BR /&gt;            /DATE_POLICY  -- Decide what times of extracted files&lt;BR /&gt;                             will be set:&lt;BR /&gt;                                 [NO]CREATION&lt;BR /&gt;                                 [NO]MODIFICATION&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ gzip --version&lt;BR /&gt;$1$dga42:[000tools.][000000.ia64_images]gzip.exe;1 1.2.4 (18 Aug 93)&lt;BR /&gt;Compilation options:&lt;BR /&gt;NO_DIR UTIME STDC_HEADERS HAVE_UNISTD_H NO_SYMLINK NO_MULTIPLE_DOTS &lt;BR /&gt;&lt;BR /&gt;I've included the output from trying to install one of the modules.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 14:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605189#M39652</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-03-23T14:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605190#M39653</link>
      <description>I use HP CSWS_PERL V2.1, PERL21_UPDATE V1.0, VMS TAR V3.4 (Dec 10 2007), GZIP.EXE 1.2.4 (18 Aug 93)on Alpha V8.3 and MMK.&lt;BR /&gt;&lt;BR /&gt;System logicals are defined for perlshr and perl_root.&lt;BR /&gt;&lt;BR /&gt;Haven't tried MMS as MMK always works for me.&lt;BR /&gt;&lt;BR /&gt;When I installed for example parseexcel, I used the standard:&lt;BR /&gt;&lt;BR /&gt;perl makefile.pl&lt;BR /&gt;mmk&lt;BR /&gt;mmk test&lt;BR /&gt;mmk install&lt;BR /&gt;&lt;BR /&gt;and everything worked.&lt;BR /&gt;&lt;BR /&gt;Probably not much help.</description>
      <pubDate>Tue, 23 Mar 2010 16:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605190#M39653</guid>
      <dc:creator>Peter Barkas</dc:creator>
      <dc:date>2010-03-23T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605191#M39654</link>
      <description>I used an ODS2 disk.&lt;BR /&gt;&lt;BR /&gt;Sorry to state the obvious but are there prerequisite modules for the modules that you are installing?</description>
      <pubDate>Tue, 23 Mar 2010 16:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605191#M39654</guid>
      <dc:creator>Peter Barkas</dc:creator>
      <dc:date>2010-03-23T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605192#M39655</link>
      <description>use Email::Date::Format qw(email_date);&lt;BR /&gt;&lt;BR /&gt;Fails on my system:&lt;BR /&gt;&lt;BR /&gt;Can't locate Email/Date/Format.pm in @INC (@INC contains: perl_root:[lib.VMS_AXP.5_8_6] perl_root:[lib] perl_root:[lib.site_perl.VMS&lt;BR /&gt;_AXP] perl_root:[lib.site_perl] /perl_root/lib/site_perl .) at DKA300:[BARKAS.PROJECTS.WMSNET.PERL]test2.pl line 1.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~rjbs/Email-Date-Format-1.001/lib/Email/Date/Format.pm" target="_blank"&gt;http://search.cpan.org/~rjbs/Email-Date-Format-1.001/lib/Email/Date/Format.pm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 16:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605192#M39655</guid>
      <dc:creator>Peter Barkas</dc:creator>
      <dc:date>2010-03-23T16:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605193#M39656</link>
      <description>Some of the other modules I have tried are Time::Date 1.20&lt;BR /&gt;HTML::Tagset 3.20&lt;BR /&gt;HTML::Parser 3.64</description>
      <pubDate>Tue, 23 Mar 2010 17:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605193#M39656</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-03-23T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605194#M39657</link>
      <description>&amp;gt;use Email::Date::Format qw(email_date);&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;Fails on my system:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can't locate Email/Date/Format.pm in @INC &amp;gt;(@INC contains: perl_root&lt;BR /&gt;&lt;BR /&gt;Did you try following the MMS TEST with MMS INSTALL, then try MMS TEST again?</description>
      <pubDate>Tue, 23 Mar 2010 17:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605194#M39657</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-03-23T17:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605195#M39658</link>
      <description>No I haven't got the email/date/time module installed, the error is when I try to 'use' it which seems to be what you were seeing?</description>
      <pubDate>Tue, 23 Mar 2010 17:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605195#M39658</guid>
      <dc:creator>Peter Barkas</dc:creator>
      <dc:date>2010-03-23T17:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605196#M39659</link>
      <description>I'm seeing during the MMS Test.&lt;BR /&gt;&lt;BR /&gt;Checking with HP, they suggested not using the PERL_ROOT:[SITE] directory, but creating a directory not within Perl's directories, (this time I tried a ODS-2 drive) and that worked.</description>
      <pubDate>Tue, 23 Mar 2010 18:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605196#M39659</guid>
      <dc:creator>James T Horn</dc:creator>
      <dc:date>2010-03-23T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605197#M39660</link>
      <description>&lt;!--!*#--&gt;&amp;gt; vmstar &amp;amp; gzip are both from the Freeware&lt;BR /&gt;&amp;gt; v8.0 CD [000tools] directory.&lt;BR /&gt;&lt;BR /&gt;Gzip is not a likely source of this problem.&lt;BR /&gt;MMS is.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;       VMSTAR&lt;BR /&gt;&amp;gt;       MMS /IDENT&lt;BR /&gt;&lt;BR /&gt;Still wondering about one of those.&lt;BR /&gt;&lt;BR /&gt;For a newer VMSTAR, you might investigate:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/ftp/vmstar/" target="_blank"&gt;http://antinode.info/ftp/vmstar/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm unaware of any problems with the latest&lt;BR /&gt;one.  (Which may not prove much, but&lt;BR /&gt;complaints are always welcome.)</description>
      <pubDate>Tue, 23 Mar 2010 18:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605197#M39660</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-23T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605198#M39661</link>
      <description>&amp;gt;Checking with HP, they suggested not using &lt;BR /&gt;&amp;gt;the PERL_ROOT:[SITE] directory, but creating &lt;BR /&gt;&amp;gt;a directory not within Perl's directories, &lt;BR /&gt;&amp;gt;(this time I tried a ODS-2 drive) and that &lt;BR /&gt;&amp;gt;worked.&lt;BR /&gt;&lt;BR /&gt;Good, that was also one of my recommendations.&lt;BR /&gt;&lt;BR /&gt;The symptom of not being able to find a module looks the same whether you simply don't have the module (Peter) or if special overrides in the build infrastructure to load a module for testing purposes when it has been built but not yet installed aren't working right (James).&lt;BR /&gt;&lt;BR /&gt;Basically the test harness prepends local library directories to @INC, the array containing a list of paths from which modules may be loaded.  It's the moral equivalent of prepending items to a search list logical, though logicals are not specifically involved here.&lt;BR /&gt;&lt;BR /&gt;The reason the tests worked after installing the module is that the module would then be found in its final destination rather than its temporary, pre-installation location.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 19:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605198#M39661</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-03-23T19:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module Installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605199#M39662</link>
      <description>If you want to see what the @INC equates to with PERL, you simply using the -V switch (uppercase-V) and it will list out the current configuration of PERL including the path statements for @INC.&lt;BR /&gt;&lt;BR /&gt;$ PERL "-V"&lt;BR /&gt;&lt;BR /&gt;During testing, I found that when installing a perl module, it works best if you don't unzip the module package file or un-tar the file anywhere inside the PERL_ROOT:[000000] directory.&lt;BR /&gt;&lt;BR /&gt;First gunzip the file.&lt;BR /&gt;&lt;BR /&gt;Next, Create a empty, temporary subdirectory elsewhere on the disk, Copy the tar file into it, then un-tar the file using VMSTAR.&lt;BR /&gt;&lt;BR /&gt;$ mcr []vmstar -xvf module-filename.tar&lt;BR /&gt;&lt;BR /&gt;It will create yet another sub-directory where it expands all of the module sources and it then creates the Makefile.pl.&lt;BR /&gt;&lt;BR /&gt;Change directory into the newly created sub-directory, where the Makefile.pl script is located, then execute your commands as per the README file.&lt;BR /&gt;&lt;BR /&gt;$ perl Makefile.pl&lt;BR /&gt;&lt;BR /&gt;$ mms (or mmk)&lt;BR /&gt;&lt;BR /&gt;$ mms test&lt;BR /&gt;&lt;BR /&gt;$ mms install&lt;BR /&gt;&lt;BR /&gt;That's it.  I was able to install the module you were attempting to install quite easily.&lt;BR /&gt;&lt;BR /&gt;I sent you email on these steps, and you should be able to complete this in quick order.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rick.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2010 22:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/perl-module-installation-problem/m-p/4605199#M39662</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2010-03-23T22:28:14Z</dc:date>
    </item>
  </channel>
</rss>

