From: Mark A W. <wh...@us...> - 2006-10-05 21:43:58
|
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 |