RE: Newbie question / how to install Bundle::XML?
by Narins, Josh other posts by this author
Sep 9 2002 5:06PM messages near this date
view in the new Beta List Site
RE: Newbie question / how to install Bundle::XML?
|
Expat-XS [was: faster parsing?]
This is an important kind of error to recognize.
With this message...
Can't locate XML/Parser.pm in @INC (@INC contains: blib/arch blib/lib
/System/Library/Perl/darwin /System/Library/Perl/darwin
/System/Library/Perl /System/Library/Perl/darwin /System/Library/Perl
/Library/Perl/darwin /Library/Perl /Library/Perl
/Network/Library/Perl/darwin /Network/Library/Perl
/Network/Library/Perl .) at blib/lib/XML/Encoding.pm line 15.
Perl is complaining about a package that isn't installed (yet).
Try this, first...
perl -MCPAN -e 'install("XML::Parser")'
for that, you will likely want the "expat" library.
The author of the expat library has this web page for you www.jclark.com/xml
-----Original Message-----
From: Sven Bentlage [mailto:root@[...].de]
Sent: Monday, September 09, 2002 10:49 AM
To: perl-xml
Subject: Newbie question / how to install Bundle::XML?
Hi everyone!
I'm trying to install Bundle::XML via CPAN on my ibook running OS 10.2.
Every time I get the message posted below.
Could anybody give me a hint on what to do to fix that probblem?
cpan> install Bundle::XML
[...]
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl test.pl
1..7
Can't locate XML/Parser.pm in @INC (@INC contains: blib/arch blib/lib
/System/Library/Perl/darwin /System/Library/Perl/darwin
/System/Library/Perl /System/Library/Perl/darwin /System/Library/Perl
/Library/Perl/darwin /Library/Perl /Library/Perl
/Network/Library/Perl/darwin /Network/Library/Perl
/Network/Library/Perl .) at blib/lib/XML/Encoding.pm line 15.
BEGIN failed--compilation aborted at blib/lib/XML/Encoding.pm line 15.
Compilation failed in require at test.pl line 11.
BEGIN failed--compilation aborted at test.pl line 11.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Thanks for your help.
Regards,
Sven
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated recipi
ent(s) named above. If you are not the intended recipient of this message you are hereby no
tified that any review, dissemination, distribution or copying of this message is strictly p
rohibited. This communication is for information purposes only and should not be regarded a
s an offer to sell or as a solicitation of an offer to buy any financial product, an officia
l confirmation of any transaction, or as an official statement of Lehman Brothers. Email tr
ansmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent
that this information is complete or accurate and it should not be relied upon as such. All
information is subject to change without notice.
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|