Can't load Xerces.dll
GuruJ <[email protected]>
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
> Jason E. Stewart wrote: > >> Chernyshev Alex <[email protected]> writes: >> >> >>> Can't load Xerces.dll for module XML:Xerces:load_file: >>> The specifies module could not found at DynaLoader.pm line 229 --> >>> /my $libref = dl_load_file($file, $module->dl_load_flags)/ >>> >>> at Xerces.pm line 7 --> / bootstrap XML::Xerces; / >>> BEGIN failed .... >> >> >> >> Sorry Alex, >> >> I know next to nothing about windows. Hopefully Martin or someone >else >> who is using this under Windows will be able to help you. > > >I can only guess - either the xerces.dll somehow didn't get installed >in the proper place (it should be in the directory >site\lib\auto\XML\Xerces) or your system path doesn't contain the >location of the Xerces-C library dll. > >Martin I'm experiencing exactly the same error message as Alex. I had a similar error message when trying to use XML::Parser with the Expat library. In that case, placing the Expat DLLs in the site\lib\auto\XML\Parser\Expat directory fixed the problem. This time around, the xerces-c-2_3_0.dll doesn't seem to work from either perl\bin or site\lib\auto\XML\Xerces. I don't *believe* the problem is likely to be related to Xerces.dll. I am using IndigoPerl 2003 (Perl 5.8) for all of this. Also, could the fact that I am running Windows 98SE have something to do with it? Any more ideas would be most helpful! -- GuruJ.