in reply to XML Module Loading Problem

Can't load Expat.so for module XML::Parser::Expat: dynamic linker : perl: error opening libexpat.so.0 at DynaLoader.pm line 168

...at Parser.pm line 15 Begin failed - compilation aborted...

Could any enlightened monk help me understand what this error message means?


Yes.

Now I suppose you'll actually want to know what it means. :-) It means you need to install Expat. You can find it here... then since you're in Unix, unzip it, untar it, and follow the very simple instructons in README. I would imagine one would do something similar under Windows.

Actually, you should try installing your modules with CPAN.pm. You do such things by issuing the command:

perl -MCPAN -e shell

On my system (Debian), there's a script called cpan to simplify things. Type perldoc CPAN for details.

CPAN checks for such dependencies, and would not (willingly) have installed XML for you without it. Instead, it would have given you some helpful instructions on installing Expat.