From: John T. <jw...@us...> - 2006-10-06 13:17:42
|
Have you tried to use perl CPAN to do the installation. That is the normal way to install many perl modules. This searches the internet CPAN libraries, downloads and installs the module almost like magic. John ----- Forwarded by John Tesch/Dallas/IBM on 10/06/2006 08:16 AM ----- aix...@li... Sent by: aix...@li... 10/06/2006 07:06 AM Please respond to aix...@li... To aix...@li... cc Subject aixtoolbox-list Digest, Vol 5, Issue 5 Send aixtoolbox-list mailing list submissions to aix...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list or, via email, send a message with subject or body 'help' to aix...@li... You can reach the person managing the list at aix...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of aixtoolbox-list digest..." Today's Topics: 1. perl package XML::Parser on AIX (Christoph Pospiech) 2. Re: perl package XML::Parser on AIX (Mark A Wharrie) 3. Re: perl package XML::Parser on AIX (Hurt, Richard) ---------------------------------------------------------------------- Message: 1 Date: Thu, 5 Oct 2006 22:26:22 +0200 From: Christoph Pospiech <pos...@de...> Subject: [tbox-l] perl package XML::Parser on AIX To: "" <aix...@li...> Cc: Holger Holthoff <HOL...@de...> Message-ID: <200...@de...> Content-Type: text/plain; charset="us-ascii" Hi, I can't find the perl package XML::Parser in the perl distribution that comes with the Linux Toolbox for AIX. Can someone point me to this ? If not yet distributed, could this be added, say, as a separate RPM ? For example, the following is taken from a Linux/power installation. [pospiech@khepri hpct]$ rpm -q -a | grep -i perl perl-IO-stringy-2.109-27.1 perl-TermReadKey-2.21-292.1 perl-MailTools-1.60-29.1 perl-Crypt-SmbHash-0.02-1.2 perl-MIME-tools-5.411a-368.1 perl-5.8.3-32.1 perl-XML-Parser-2.34-28.1 perl-gettext-1.01-576.1 perl-Compress-Zlib-1.33-30.1 perl-Config-Crontab-1.03-46.1 perl-Parse-RecDescent-1.80-243.3 perl-URI-1.30-29.1 perl-64bit-9-200406170130 perl-Archive-Zip-1.09-27.1 perl-X500-DN-0.28-117.1 perl-Digest-HMAC-1.01-492.1 perl-OPENSSL-1.0.5-0.2 yast2-perl-bindings-2.9.34-1.2 perl-NetxAP-0.02-554.1 perl-Digest-MD4-1.3-27.1 perl-Bit-Vector-6.3-198.1 perl-Digest-SHA1-2.07-30.1 perl-Date-Calc-5.3-185.1 Or should I install from CPAN ? -- Mit freundlichen Gruessen/Best Regards Dr. Christoph Pospiech High Performance & Parallel Computing Advanced Computing Technology Center Phone +49-351-86269826, eMail: pos...@de... Mobile +49-171 765 5871 ------------------------------ Message: 2 Date: Thu, 5 Oct 2006 16:43:49 -0500 From: Mark A Wharrie <wh...@us...> Subject: Re: [tbox-l] perl package XML::Parser on AIX To: Christoph Pospiech <pos...@de...> Cc: Holger Holthoff <HOL...@de...>, aix...@li..., aix...@li... Message-ID: <OF7...@us...> Content-Type: text/plain; charset="us-ascii" I think it's included in the standard perl.rte that is part of AIX. This machine is just a test box ( toy ) so the AIX filesets could be different but i don't remember changing anything about perl.rte Searching everywhere that comes to mind i think XML::Parser comes w/ AIX. AIX level $ oslevel -r 5300-03 Try to use the module.... No error message. $ perl -e 'use XML::Parser' $ Fix level on perl.rte $ lslpp -l perl.rte Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos perl.rte 5.8.2.30 COMMITTED Perl Version 5 Runtime Environment Looking for the module in the perl.rte fileset $ lslpp -f perl.rte|grep Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/HeadParser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/TokeParser.pm /usr/opt/perl5/lib/5.8.2/Pod/Parser.pm /usr/opt/perl5/lib64/5.8.2/Pod/Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/PullParser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/XML/Parser.pm Mark Wharrie Technical Services Prof - SR IBM Global Technology Services/Strategic Outsourcing Transitions and Engagements wh...@us... Mobile: 312 952 8057 Christoph Pospiech <pos...@de...> Sent by: aix...@li... 10/05/2006 03:26 PM To "" <aix...@li...> cc Holger Holthoff <HOL...@de...> Subject [tbox-l] perl package XML::Parser on AIX Hi, I can't find the perl package XML::Parser in the perl distribution that comes with the Linux Toolbox for AIX. Can someone point me to this ? If not yet distributed, could this be added, say, as a separate RPM ? For example, the following is taken from a Linux/power installation. [pospiech@khepri hpct]$ rpm -q -a | grep -i perl perl-IO-stringy-2.109-27.1 perl-TermReadKey-2.21-292.1 perl-MailTools-1.60-29.1 perl-Crypt-SmbHash-0.02-1.2 perl-MIME-tools-5.411a-368.1 perl-5.8.3-32.1 perl-XML-Parser-2.34-28.1 perl-gettext-1.01-576.1 perl-Compress-Zlib-1.33-30.1 perl-Config-Crontab-1.03-46.1 perl-Parse-RecDescent-1.80-243.3 perl-URI-1.30-29.1 perl-64bit-9-200406170130 perl-Archive-Zip-1.09-27.1 perl-X500-DN-0.28-117.1 perl-Digest-HMAC-1.01-492.1 perl-OPENSSL-1.0.5-0.2 yast2-perl-bindings-2.9.34-1.2 perl-NetxAP-0.02-554.1 perl-Digest-MD4-1.3-27.1 perl-Bit-Vector-6.3-198.1 perl-Digest-SHA1-2.07-30.1 perl-Date-Calc-5.3-185.1 Or should I install from CPAN ? -- Mit freundlichen Gruessen/Best Regards Dr. Christoph Pospiech High Performance & Parallel Computing Advanced Computing Technology Center Phone +49-351-86269826, eMail: pos...@de... Mobile +49-171 765 5871 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=aixtoolbox-list/attachments/20061005/7f91d6ae/attachment.html ------------------------------ Message: 3 Date: Fri, 6 Oct 2006 08:05:55 -0400 From: "Hurt, Richard" <Ric...@yu...> Subject: Re: [tbox-l] perl package XML::Parser on AIX To: <aix...@li...> Cc: Christoph Pospiech <pos...@de...>, Mark A Wharrie <wh...@us...>, Holger Holthoff <HOL...@de...> Message-ID: <68E...@te...> Content-Type: text/plain; charset="us-ascii" I agree. I have used the XML::Simple parser on both AIX 5.1 & 5.3 without any problems and they are both pretty stock installs. Later... Richard ________________________________ From: aix...@li... [mailto:aix...@li...] On Behalf Of Mark A Wharrie Sent: Thursday, October 05, 2006 5:44 PM To: Christoph Pospiech Cc: Holger Holthoff; aix...@li...; aix...@li... Subject: Re: [tbox-l] perl package XML::Parser on AIX I think it's included in the standard perl.rte that is part of AIX. This machine is just a test box ( toy ) so the AIX filesets could be different but i don't remember changing anything about perl.rte Searching everywhere that comes to mind i think XML::Parser comes w/ AIX. AIX level $ oslevel -r 5300-03 Try to use the module.... No error message. $ perl -e 'use XML::Parser' $ Fix level on perl.rte $ lslpp -l perl.rte Fileset Level State Description ------------------------------------------------------------------------ ---- Path: /usr/lib/objrepos perl.rte 5.8.2.30 COMMITTED Perl Version 5 Runtime Environment Looking for the module in the perl.rte fileset $ lslpp -f perl.rte|grep Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/HeadParser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/TokeParser.pm /usr/opt/perl5/lib/5.8.2/Pod/Parser.pm /usr/opt/perl5/lib64/5.8.2/Pod/Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/PullParser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/HTML/Parser.pm /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi/XML/Parser.pm Mark Wharrie Technical Services Prof - SR IBM Global Technology Services/Strategic Outsourcing Transitions and Engagements wh...@us... Mobile: 312 952 8057 Christoph Pospiech <pos...@de...> Sent by: aix...@li... 10/05/2006 03:26 PM To "" <aix...@li...> cc Holger Holthoff <HOL...@de...> Subject [tbox-l] perl package XML::Parser on AIX Hi, I can't find the perl package XML::Parser in the perl distribution that comes with the Linux Toolbox for AIX. Can someone point me to this ? If not yet distributed, could this be added, say, as a separate RPM ? For example, the following is taken from a Linux/power installation. [pospiech@khepri hpct]$ rpm -q -a | grep -i perl perl-IO-stringy-2.109-27.1 perl-TermReadKey-2.21-292.1 perl-MailTools-1.60-29.1 perl-Crypt-SmbHash-0.02-1.2 perl-MIME-tools-5.411a-368.1 perl-5.8.3-32.1 perl-XML-Parser-2.34-28.1 perl-gettext-1.01-576.1 perl-Compress-Zlib-1.33-30.1 perl-Config-Crontab-1.03-46.1 perl-Parse-RecDescent-1.80-243.3 perl-URI-1.30-29.1 perl-64bit-9-200406170130 perl-Archive-Zip-1.09-27.1 perl-X500-DN-0.28-117.1 perl-Digest-HMAC-1.01-492.1 perl-OPENSSL-1.0.5-0.2 yast2-perl-bindings-2.9.34-1.2 perl-NetxAP-0.02-554.1 perl-Digest-MD4-1.3-27.1 perl-Bit-Vector-6.3-198.1 perl-Digest-SHA1-2.07-30.1 perl-Date-Calc-5.3-185.1 Or should I install from CPAN ? -- Mit freundlichen Gruessen/Best Regards Dr. Christoph Pospiech High Performance & Parallel Computing Advanced Computing Technology Center Phone +49-351-86269826, eMail: pos...@de... Mobile +49-171 765 5871 ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list This communication is confidential and may be legally privileged. If you are not the intended recipient, (i) please do not read or disclose to others, (ii) please notify the sender by reply mail, and (iii) please delete this communication from your system. Failure to follow this process may be unlawful. Thank you for your cooperation. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=aixtoolbox-list/attachments/20061006/4636662c/attachment.html ------------------------------ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------ _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list End of aixtoolbox-list Digest, Vol 5, Issue 5 ********************************************* |