Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: make test failed - "Your setup of library paths is incorrect!

by Khen1950fx (Canon)
on Apr 15, 2010 at 22:45 UTC ( [id://834983]=note: print w/replies, xml ) Need Help??


in reply to make test failed - "Your setup of library paths is incorrect!

It seems to me that you have two versions of libxml2 installed, causing some conflicts for XML::LibXML. You'll need to remove one or correct the path. As for which one to remove, you can check to see which libxml2 XML::LibXML is linked to like this:
#!/usr/bin/perl use strict; use warnings; use XML::LibXML; print my $DLL_Version = XML::LibXML::LIBXML_RUNTIME_VERSION, "\n";
It returns 20626 on my machine.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://834983]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found