On Wednesday, Nov 26, 2003, at 08:05 US/Pacific, NYIMI Jose (BMB) wrote: [..]
Anyway, i noticed something that bother me in your post:
That is version of your perl on your machine:
5.8.0 and 5.00503
[..]

A part of the issue seems to be that minor glitch,
In one of the updates Sun came out with a 5.6.1
version of Perl:

vladimir: 47:] pkginfo -i | grep -i perl
system      IPLTpldap            PerLDAP
system      SUNWopl5m            Perl 5.005_03 Reference Manual Pages
system      SUNWopl5p            Perl 5.005_03 (POD Documentation)
system      SUNWopl5u            Perl 5.005_03
system      SUNWpl5m             Perl 5.6.1 Reference Manual Pages
system      SUNWpl5p             Perl 5.6.1 (POD Documentation)
system      SUNWpl5u             Perl 5.6.1 (core)
system      SUNWpl5v             Perl 5.6.1 (non-core)
vladimir: 48:]

It is not clear that they have come out with
a perl5.8 for the Sparc Architecture.

Remember that Sun::Solaris::Kstat is merely a
wraper that invokes the DynaLoader to bootstrap
the current Version:

#
# Copyright (c) 1999 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident  "@(#)Kstat.pm   1.1     99/08/16 SMI"
#
# Kstat.pm provides the bootstrap for the Sun::Solaris::Kstat module.
#

package Sun::Solaris::Kstat;
use strict;
use DynaLoader;
use vars qw($VERSION @ISA);
$VERSION = '1.00';
@ISA = qw(DynaLoader);
bootstrap Sun::Solaris::Kstat $VERSION;
1;

vladimir: 75:] ls
Kstat.bs  Kstat.so
vladimir: 76:] pwd
/usr/perl5/5.6.1/lib/sun4-solaris-64int/auto/Sun/Solaris/Kstat
vladimir: 77:]

So there are a couple of issues floating in the problem here.

ciao
drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to