Sprad has asked for the wisdom of the Perl Monks concerning the following question:
This sort-of works -- it sees XPath.pm, apparently. But I get another not found error:use lib "\\\\otherbox\\path\\to\\site\\lib"; use XML::XPath; use XML::XPath::XMLParser;
I've changed the paths, but kept the varying slash directions. I've verified that Expat.dll exists at the location it's trying (if all the slashes are going the same way). Am I doing the 'use lib' part wrong for a network drive?Can't load '\\otherbox\path\to\site\lib/auto/XML/Parser/Expat/Expat.dl +l' for module XML::Parser::Expat: load_file:The specified module coul +d not be found at C:\path\to/DynaLoader.pm line 229. at \\otherbox\path\to\site\lib/XML/Parser.pm line 14
---
A fair fight is a sign of poor planning.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modules on network drives on Win32
by ikegami (Patriarch) on Mar 17, 2006 at 16:37 UTC | |
by tye (Sage) on Mar 17, 2006 at 21:22 UTC | |
|
Re: Modules on network drives on Win32
by nimdokk (Vicar) on Mar 17, 2006 at 16:53 UTC |