Title: Got an error when trying XML:Xerces under Windows

Hello,

When trying the 1st steps with XML::Xerces in Perl I got an error which I could not solve
by myself:

Enviroment:
  Windows XP
  Perl v5.8.1

After installing the  Xerces binaries:

  d:\Data\Downloads\Xerces>ppm install ./XML-Xerces.ppd
  ====================
  Install 'XML-Xerces' version 2.3.0-4 in ActivePerl 5.8.1.807.
  ====================
  Installing C:\Perl\site\lib\auto\Handler\extralibs.ld
  Installing C:\Perl\site\lib\auto\Handler\Handler.lib
  Installing C:\Perl\site\lib\auto\XML\Xerces\Xerces.bs
  Installing C:\Perl\site\lib\auto\XML\Xerces\Xerces.dll
  Installing C:\Perl\site\lib\auto\XML\Xerces\Xerces.exp
  Installing C:\Perl\site\lib\auto\XML\Xerces\Xerces.lib
  Installing C:\Perl\bin\xerces-c_2_3_0.dll
  Files found in blib\arch: installing files in blib\lib into architecture dependent library tree
  Installing C:\Perl\site\lib\XML\Xerces.pm
  Successfully installed XML-Xerces version 2.3.0-4 in ActivePerl 5.8.1.807.

I tried the start the sample file

  perl -w SAX2Count.pl

and got the message:

  Can't load 'C:/Perl/site/lib/auto/XML/Xerces/Xerces.dll' for module XML::Xerces:
  load_file:Das angegebene Modul wurde nicht gefunden at C:/Perl/lib/DynaLoader.pm line 229.
   at C:/Perl/site/lib/XML/Xerces.pm line 7
  Compilation failed in require at SAX2Count.pl line 3.
  BEGIN failed--compilation aborted at SAX2Count.pl line 3. 
 
Searching the directory 'C:/Perl/site/lib/auto/XML/Xerces' I can see the Xerces.dll.

My PATH starts with the 'Perl\bin' directory.

Humm, what to do?

Best regards

Hans-Joachim Bassenge
__________________________________________________________
P       S         
        Hans-Joachim Bassenge
        ICM N PG SI TE 9, Geb. 15 / A6032
        Siemensdamm 62 
        13627 Berlin
(       +49-30-386-29312
Fax     +49-30-386-25528
o       [EMAIL PROTECTED]
__________________________________________________________

Reply via email to