[32533] in Perl-Users-Digest
Perl-Users Digest, Issue: 3798 Volume: 11
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Oct 18 09:10:49 2012
Date: Thu, 18 Oct 2012 06:09:05 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Thu, 18 Oct 2012 Volume: 11 Number: 3798
Today's topics:
Bad magic number problem wile building XML:Parser perl <sridhar.jr@gmail.com>
Re: Bad magic number problem wile building XML:Parser p <marc.girod@gmail.com>
oracle tool script herbert.burnswell@gmail.com
Re: oracle tool script <rweikusat@mssgmbh.com>
Re: oracle tool script herbert.burnswell@gmail.com
Re: Perl versus ORM <peter@makholm.net>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Tue, 16 Oct 2012 21:21:45 -0700 (PDT)
From: sridhar reddy <sridhar.jr@gmail.com>
Subject: Bad magic number problem wile building XML:Parser perl module on Aix 6.1.0.0 x64 system(going fine on other platforms)
Message-Id: <b98782d0-874d-4cb4-801d-228907792577@googlegroups.com>
Hi,
I am facing Bad magic number problem during building XML::Parser Perl module on AIX x64 system. Can some one help me out to resolve this problem. I see this problem only on AIX system (no issues on Windows, HP-UX, Sun OS, Linux)
Please help me out its very urgent to resolve this outage. Thanks in advance
-----------log-----------------------------------------
Can't load '../../AIX5.3_64/perl-5.8.8/lib/auto/File/Glob/Glob.so' for module Fi
le::Glob: readExports: bad magic at ../../AIX5.3_64/perl-5.8.8/lib/XSLoader.pm l
ine 70.
at ../../AIX5.3_64/perl-5.8.8/lib/File/Glob.pm line 96
Compilation failed in require at ../../AIX5.3_64/perl-5.8.8/lib/ExtUtils/Command
.pm line 61.
BEGIN failed--compilation aborted at ../../AIX5.3_64/perl-5.8.8/lib/ExtUtils/Com
mand.pm line 61.
Compilation failed in require.
BEGIN failed--compilation aborted.
make: The error code from the last command is 255.
-----------log-----------------------------------------
------------------------------
Date: Wed, 17 Oct 2012 05:30:21 -0700 (PDT)
From: Marc Girod <marc.girod@gmail.com>
Subject: Re: Bad magic number problem wile building XML:Parser perl module on Aix 6.1.0.0 x64 system(going fine on other platforms)
Message-Id: <7ec22d4f-16a3-4591-a8c0-6bdbdd327924@s12g2000vbw.googlegroups.com>
On Oct 17, 5:21=A0am, sridhar reddy <sridhar...@gmail.com> wrote:
> Can't load '../../AIX5.3_64/perl-5.8.8/lib/auto/File/Glob/Glob.so'
Well, look at this shared library.
Perl is telling you that it wasn't built for the right platform.
You should be able to examine it e.g. with the 'file' utility.
Marc
------------------------------
Date: Wed, 17 Oct 2012 10:31:33 -0700 (PDT)
From: herbert.burnswell@gmail.com
Subject: oracle tool script
Message-Id: <b6318941-f2be-49b4-9ec2-182e6ba4fa25@googlegroups.com>
Hi All,
I want to put together a perl script to use as an administrative tool for configuring Linux systems for Oracle installs. Ideally I'll enhance the script with time but right now I'd like to start with checking of kernel parameters.
I'm thinking of:
`sysctl -a` ---> into a hash splitting on ' = '
Can anyone offer any advise on how I would go about doing the above?
Thanks in advance,
Herb
------------------------------
Date: Wed, 17 Oct 2012 18:36:44 +0100
From: Rainer Weikusat <rweikusat@mssgmbh.com>
Subject: Re: oracle tool script
Message-Id: <87sj9dyp8z.fsf@sapphire.mobileactivedefense.com>
herbert.burnswell@gmail.com writes:
> I want to put together a perl script to use as an administrative
> tool for configuring Linux systems for Oracle installs. Ideally
> I'll enhance the script with time but right now I'd like to start
> with checking of kernel parameters.
>
> I'm thinking of:
>
> `sysctl -a` ---> into a hash splitting on ' = '
>
> Can anyone offer any advise on how I would go about doing the above?
%sysctl = map { chomp; split / = /; } `sysctl -a`;
------------------------------
Date: Wed, 17 Oct 2012 13:13:21 -0700 (PDT)
From: herbert.burnswell@gmail.com
Subject: Re: oracle tool script
Message-Id: <005905b7-c467-4872-818e-3490d0f40723@googlegroups.com>
Thanks Rainer, works great..
------------------------------
Date: Wed, 17 Oct 2012 13:33:53 +0200
From: Peter Makholm <peter@makholm.net>
Subject: Re: Perl versus ORM
Message-Id: <871ugxz61q.fsf@vps1.hacking.dk>
Rainer Weikusat <rweikusat@mssgmbh.com> writes:
> I wasn't advocating for Perl to change, I think it is 'mostly fine'
> the way it is and specifically, I consider the absence of a
> language-mandated way for representing objects a feature:
I do not think that any skilled programmer think that persintency is a
required feature for all kinds of object. Especially not state that are
just cached information like in you description.
I also belive that Java programmers would be less likely to object to
using strong encapsulation to enforce this design decision than Perl
programmers. As I see it using inside-out objects to enforce
encapsulation in Perl was a fad that has waned.
//Makholm
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
Back issues are available via anonymous ftp from
ftp://cil-www.oce.orst.edu/pub/perl/old-digests.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V11 Issue 3798
***************************************