in reply to Another CPAN Module problem

From the docs for XML::Parser:
This module provides ways to parse XML documents. It is built on top o +f XML::Parser::Expat, which is a lower level interface to James Clark +’s expat library.
which means you must have the expat library for XML::Parser to work. On my linux system, the library is called libexpat.so.0.5.0 which is available through a link as libexpat.so. If you want to use the module, you must find a library (or source for it) for your platform.

Phil

Replies are listed 'Best First'.
Re^2: Another CPAN Module problem
by lensman (Novice) on Oct 12, 2005 at 20:18 UTC
    Thanks for the timely reply. That makes sense. I was thinking along that line, but it sure feels good to hear someone else say it. Now, to play "In search of" ...