First of all, thanks for all your help. It's much appreciated. I have made it a bit further. Now I get this error

Can't locate loadable object for module XML::LibXML in @INC (@INC cont +ains: /Users/root/Documents/pxe_tools_1_39_145/include /Users/root/pe +rl5/perlbrew/perls/perl-5.28.2/lib/site_perl/5.28.2/darwin-2level /Us +ers/root/perl5/perlbrew/perls/perl-5.28.2/lib/site_perl/5.28.2 /Users +/root/perl5/perlbrew/perls/perl-5.28.2/lib/5.28.2/darwin-2level /User +s/root/perl5/perlbrew/perls/perl-5.28.2/lib/5.28.2) at /Users/root/pe +rl5/perlbrew/perls/perl-5.28.2/lib/site_perl/5.28.2/XML/LibXML.pm lin +e 156.
BEGIN failed--compilation aborted at /Users/root/perl5/perlbrew/perls/perl-5.28.2/lib/site_perl/5.28.2/XML/LibXML.pm line 156.

I have LibXML2 installed with homebrew, and I have XML::LibXML installed

XML::LibXML is up to date. (2.0206)

XML::LibXML ran the testing and building phase fine. I think my issue originally was the path in my bash_profile file wasn't correct, I added this

export PATH=/usr/local/bin:/usr/local/sbin:~/bin:$PATH

and all worked fine, or at least XML::LibXML tested, and installed without an error.

My question is how do I find out what object isn't loading? The point it stops at is when LibXML.pm call for Common.pm, but that's installed, and the two requirements for that are installed as well. Any thoughts? Or do you think it's time to go back to the drawing board.

2020-12-08 Athanasius corrected over-long code


In reply to Re^4: XML::LibXML fails install on macOS Big Sur by redsox43
in thread XML::LibXML fails install on macOS Big Sur by redsox43

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.