RE: Newbie question / how to install Bundle::XML?
by Paul Corr other posts by this author
Sep 9 2002 5:25PM messages near this date
view in the new Beta List Site
Newbie question / how to install Bundle::XML?
|
RE: Newbie question / how to install Bundle::XML?
-----Original Message-----
From: Narins, Josh [mailto:josh.narins@[...].com]
Sent: Monday, September 09, 2002 1:06 PM
To: 'Sven Bentlage'; perl-xml
Subject: RE: Newbie question / how to install Bundle::XML?
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?
-=-=-=-=-=-=-
Folks,
MacOS X is the target platform and I've had trouble getting Perl XML modules
installed. My best success in installing libraries occurred after installing
the fink package manager. Since the requester is using 10.2 (Jaguar), here
is the relevant page:
http://fink.sourceforge.net/news/jag-bootstrap.php
Once fink is installed, I installed the expat and libxml2 libraries from the
fink archive. Then, I could install XML::Parser, XML::XPath, etc.
Paul
P.S. The Exchange server here at work auto-adds an HTML attachment. My
apologies. I'm set to text format.
Attachments:
unknown1
|