[Thread Prev][Thread Next][Index]

Re: module versions / Re: [las_users] las install problem



Takaya,

You don't need to upgrade unless something unexpected happens.

To force the 10.1 versions work, edit configure.pl.

On or about line 1600+, find the following lines and change the version
numbers:

--- configure.pl        2005-05-02 11:37:05.000000000 -0800
+++ configure.pl.new    2005-07-12 08:33:51.000000000 -0800
@@ -1613,7 +1613,7 @@
 # In LAS 6.5 Date-Calc-5.4 requires Bit-Vector-6.4

                       require('Bit/Vector.pm');
-                      if ($Bit::Vector::VERSION >= 6.4) {
+                      if ($Bit::Vector::VERSION >= 6.3) {
                         $found = 1;
                         last;
                       }
@@ -1633,7 +1633,7 @@
 # In LAS 6.5 we require version 5.4 for support for years<1000

                       require('Date/Calc.pm');
-                      if ($Date::Calc::VERSION >= 5.4) {
+                      if ($Date::Calc::VERSION >= 5.3) {
                         $found = 1;
                         last;
                       }


If you complete the install and find some odd behavior, it may because we
forced LAS to use these slightly older modules.  The comment above says it
all.  If you need to support years < 1000, then this shortcut is NOT what
you want to do.

In that case, follow Jon's prior instructions:

cd ~las/xml/perl/modules/Carp-Clan-5.3

and issue the following commands as root:

perl Makefile.PL
make
make test
make install

cd ~las/xml/perl/modules/Bit-Vector-6.4

perl Makefile.PL
make
make test
make install

If try these and the installs fail, let us know.

Rob

On Tue, 12 Jul 2005, Namba Takaya wrote:

> Dear Rob and Jonathan
> 
> I am sorry to trouble you a lot.
> I had upgraded Mandrake 9.2 to 10.1.
> 
> Could you tell me how I can upgrade the perl module
> from 5.3 and 6.3 to
> Date-Calc requires 5.4
> Bit-Vector requires 6.4 
> for LAS 6.5.0.4.
> 
> 
> Best Regads,
> 
> Takaya Namba
> 



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement