Add them WHERE in the config?

I have installed the 32bit libraries and multilib compilers, and it turns out that neither the 32bit nor the 64bit libraries end up in the main /usr/lib directory that is mentioned in Makefile.PL.

In the perlbrew environment, running
cpanm XML::LibXML

still reports:

Configuring XML-LibXML-2.0019 ... N/A ! Configure failed for XML-LibXML-2.0019. See /home/emgrasso/.cpanm/wo +rk/1375587018.8608/build.log for details
and /home/emgrasso/.cpanm/work/1375587018.8608/build.log says:
running xml2-config...ok (2.7.8) Checking for ability to link against xml2...no Checking for ability to link against libxml2...libxml2, zlib, and/or t +he Math library (-lm) have not been found. Try setting LIBS and INC values on the command line Or get libxml2 from http://xmlsoft.org/ If you install via RPMs, make sure you also install the -devel RPMs, as this is where the headers (.h files) are.
I don't think it is talking about the cpanm command line.

The perlbrew environments don't seem to contain any CPAN directories for config files where I could set o conf makepl_arg. (Does cpanm pay attention to those? If so, what format would I need to use so Makefile.PL would search the existing paths at well as the special 32 or 64 bit paths?)

In reply to Re^2: perlbrew/cpanm on 64 bit Ubuntu by emgrasso
in thread perlbrew/cpanm on 64 bit Ubuntu by emgrasso

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.