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

No where libxml2.dll is insalled. even i deleted the dll but still i get the same error
Regards
Karthik
  • Comment on Re^6: Help required installing LibXML Parser

Replies are listed 'Best First'.
Re^7: Help required installing LibXML Parser
by randyk (Parson) on Dec 20, 2007 at 17:23 UTC
    If you put the libxml2.dll in C:\WINNT\system32, and then run
    C:\> perl -MXML::LibXML::Common -e "print 1"
    does that produce an error? If so, is it the same error as before?
      I tried and got the following
      U:\>cqperl -MXML::LibXML::Common -e "print 1" Can't load 'C:/Program Files/Rational/Common/lib/perl5/site_perl/5.6.1 +/MSWin32-x 86-multi-thread/auto/XML/LibXML/Common/Common.dll' for module XML::Lib +XML::Commo n: load_file:The specified module could not be found at C:/Program Fil +es/Rationa l/Common/lib/perl5/5.6.1/MSWin32-x86-multi-thread/DynaLoader.pm line 2 +06. at -e line 0 Compilation failed in require. BEGIN failed--compilation aborted.
      I have been cheking your other forums and you had explained about copying this dll to C:\winnt\system32 folder. Doesnt work for me perhaps i am using a customized version of perl!
      thanks
      Karthik