Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: XML-LibXML-2.0129 installation issues

by Brat (Initiate)
on May 25, 2017 at 07:22 UTC ( [id://1191178]=note: print w/replies, xml ) Need Help??


in reply to Re: XML-LibXML-2.0129 installation issues
in thread XML-LibXML-2.0129 installation issues

yes, a little confused on that. the latest version of libxml2 seems to be libxml2-2.9.4 what other dependencies do I need to resolve? am I approaching this the wrong way? please advise.
  • Comment on Re^2: XML-LibXML-2.0129 installation issues

Replies are listed 'Best First'.
Re^3: XML-LibXML-2.0129 installation issues
by syphilis (Archbishop) on May 25, 2017 at 08:45 UTC
    what other dependencies do I need to resolve?

    Did you run make test after the perl Makefile.PL FORCE=1 PREFIX=/app/localapps/perl/lib step finished ?
    You'll need to do that, and then run make install.

    If you've done all of that and there were problems, then I'd be looking to make that failing 'xml2-config' command work.
    Where is 'xml2-config' located ? Is it in '/app/localapps/perl/bin' ?

    Could you post the output of perl -V (that's an uppercase 'V').

    Cheers,
    Rob
Re^3: XML-LibXML-2.0129 installation issues
by Anonymous Monk on May 25, 2017 at 08:45 UTC

    yes, a little confused on that. the latest version of libxml2 seems to be libxml2-2.9.4 what other dependencies do I need to resolve? am I approaching this the wrong way? please advise.

    Hi,

    Are the directions really that confusing?

    That version is known to be buggy

    Your options are, install it anyway (force), or download an older version (like 2.9.3 ".0" or 2.7.8.1) or a newer version (like snapshot)

      Are the directions really that confusing?

      No ... however, I must confess that I've found it a struggle to work out whether the directions being thrown at the OP are valid. (My incapacity, I know.)
      They prrroobably are - but I'm still puzzled by (in the Makefile.PL):
      exit 0 if !$FORCE and $libxml2_version ne "2.9.4";
      If 2.9.4 is no good, why is it being special-cased as the only version for which the build is allowed to proceed (under the particular encompassing circumstances) ?

      Cheers,
      Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-25 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found