Skip to content
Prev 6163 / 63424 Next

Solution to (well known) problem with Rdconv.pm on Sun Solaris (PR#1093)

On Sat, 15 Sep 2001 hb@maths.lth.se wrote:

            
[...]
^^^^
It was a bug in one version of perl around five years ago.  Incidentally,
it must have been built under a much older version of Solaris (as I recall
2.6 came out in 1998: certainly we first used it in late 1998), and
we find it is a good idea to rebuild perl at Solaris upgrades, especially
upgrading from 2.5.x.

We don't know (and don't have the resources to check) if the changed
version works on all more recent perl versions in use by R installers.

I do believe the solution is well-known: use perl 5.005, 5.6.0 or
(preferably) 5.6.1.  Perhaps we should test for perl >= 5.005?