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


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

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?

Replies are listed 'Best First'.
Re^8: Help required installing LibXML Parser
by KarthikK (Sexton) on Dec 20, 2007 at 17:37 UTC
    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