http://qs321.pair.com?node_id=659236


in reply to Re^10: Help required installing LibXML Parser
in thread Help required installing LibXML Parser

Assuming you copied the files as described in this node, this seems to indicate that XS-based modules that are compiled with VC++ 6 (which is what the ActiveState Win32 binary uses) are not compatible with your Perl. Unfortunately, that means you'll have to get access to the compiler used to build your Perl in order to build the module yourself.
  • Comment on Re^11: Help required installing LibXML Parser

Replies are listed 'Best First'.
Re^12: Help required installing LibXML Parser
by KarthikK (Sexton) on Dec 28, 2007 at 09:07 UTC
    Thanks Randy a lot! Yes i did the same way as i did for the other Perl Modules. I dont think i can get the complier from IBM :-)

    I found out yesterday that i can use MSXML 3.0 using Win32::OLE in perl application. Since my perl script would run only in windows

    Thanks a lot once again
    Karthik
    Happy New Year!