| From: |
"Massimo S." <ecs-isp@2rosenthals.com> |
Full Headers Undecoded message |
| Subject: |
Re: [eCS-ISP] perl and mrtg issues |
| Date: |
Sat, 10 Jan 2026 12:06:47 +0100 |
| To: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
|---|
Il 09/01/2026 17:15, Steven Levine ha scritto:
In <list-180176@2rosenthals.com>, on 01/09/26
at 10:36 AM, "Massimo S." <ecs-isp@2rosenthals.com> said:
Hi Massimo,
https://www.hobbesarchive.com/Home/Download?path=/Hobbes/pub/os2/dev/proglang/perl/Perl_5-16-0k2.zip
Can you explain why you chose this version rather than the perl provided
by the netlabs repo?
I didn't know about that.
The first place where i look is Hobbes.
Now i'm using this one:
http://rpm.netlabs.org/release/00/zip/perl-5_16_1-11_oc00.zip
Anyway with perl 5.16 from Netlabs i've no progress, same errors.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "D",
LANG = "EN_US"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
According to hobbes, this is one KO's ports. I would not expect it to
work exactly the same as the netlabs builds or Paul's builds. KO's ports
differ because he has his own set of modifications.
Did you read the readme.os2 carefully? The errors imply you have not
properly adapted your scripts to match what KO's perl needs.
Ok, thanks.
I recommend you use
perl -V
to help you figure out what you have done wrong.
@set PERL_LIBBATH=L:/Perl/lib; d:/perl/lib
@set PERLLIB_PREFIX=L:/Perl/lib; d:/perl/lib
Based on the errors you experienced, these are probably wrong.
Steven
This is a script from the very old perl 5.8, who knows nowadays..
perl -V show:
Can't locate Config.pm in @INC (@INC contains: /@unixroot/usr/local/lib/perl5 /@unixroot/usr/local/share/perl5 /@unixroot/usr/lib/perl5/vendor_perl /@unixroot/usr/share/perl5/vendor_perl /@unixroot/usr/lib/perl5 /@unixroot/usr/share/perl5
I've unzipped perl to d:\perl
Should i instead install it with YUM?
If yes, i'm puzzled, since it show a number of packages eg.
groff-base
perl-Carp
perl-Scalar-List-Utils
etc. etc.
I guess i only need base PERL, but how?
thanks
massimo
|