Hi,
   
  I was able make this module work (thanks to zlatkovic) on windows.
  I am trying to install this module on linux (it would be *.rpm file right?) 
... 
   
  Thanks
  ukh

Randy Kobes <[EMAIL PROTECTED]> wrote:
  On Fri, 25 May 2007, ukhas jean wrote:

> I am having heaps trouble with installing this module XML-libxml. I got the 
> following error when i tried to install it on linux using these steps:-
>
> perl Makefile.PL
> make
> make test
> make install
>
> But the installation failed at the very 1st line viz. 
> "perl Makefile.PL" ... following is the error what i got.
>
> [EMAIL PROTECTED] XML-LibXML-1.63]# perl Makefile.PL
> enable native perl UTF8
> running xml2-config...failed
> The installed version of libxml2 not compatible with XML::LibXML.

That means you should upgrade the libxml2 library:
http://www.xmlsoft.org/downloads.html

> Even tried installing this module on windows, thru this 
> link that was provided earlier in our mailing group:-
>
> ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML-Common.ppd
> ppm install http://theoryx5.uwinnipeg.ca/ppms/XML-LibXML.ppd
>
> The installation ran file ... it asked me whether i 
> wanted to get "libxml2.dll fetched and installed" i said 
> "yes" ... but it still throws me an error regarding "The 
> dynamic linked library could not be found in the specified 
> path ... blah blah blah" ...
>
> Can't load 
> 'C:/Perl/site/lib/auto/XML/LibXML/Common/Common.dll' for 
> module XML::LibXML::Common: load_file:The specified module 
> could not be found at C:/Perl/lib/DynaLoader.pm line 230.
> at C:/Perl/site/lib/XML/LibXML.pm line 12

After the post-install script fetched libxml2.dll, did you 
install it somewhere in your PATH environment variable
(eg, C:\Perl\bin, if that's in your PATH). If so, and you're
still getting that error, do you have another libxml2.dll
somewhere in your PATH that's getting picked up first?
One must use the libxml2.dll the post-install script
fetched for binary compatibility.

-- 
best regards,
Randy Kobes


       
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to