You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by Chernyshev Alex <ch...@a-dos.com> on 2003/12/05 11:24:33 UTC

Re: Can't load Xercex.dll

  Win XP
  ActivePerl 5.8.1
  XML-Xerces-2.3.0-4

  install :  ppm install XML-Xerces.ppd
  Status  OK;

  Xerces.dll & etc. are under \perl\site\lib\auto.
  I try to run samples and getting an error :

  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 ....	

  :(((

-- 
regards
Alex Chernyshev
icq 108727877



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: Can't load Xercex.dll

Posted by Martin Raspe <ra...@uni-trier.de>.
Jason E. Stewart wrote:

> Chernyshev Alex <ch...@a-dos.com> 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



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: Can't load Xercex.dll

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
Chernyshev Alex <ch...@a-dos.com> 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.

Cheers,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org