in reply to Installing Perl XML modules on HP machines
It sounds like you're missing some dependencies.
The easiest thing to do is to use the CPAN module instead of manual installation. Try perl -MCPAN -e shell as root. If it's the first time you've run it, go through the configuration. Then type install XML::XPath, and say yes whenever it asks if it should fetch dependencies. This method is by far the easiest way to install CPAN modules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing Perl XML modules on HP machines
by canhai (Initiate) on Jul 06, 2004 at 12:51 UTC |