in reply to Re^3: XML::LibXML fails install on macOS Big Sur
in thread XML::LibXML fails install on macOS Big Sur
First of all, thanks for all your help. It's much appreciated. I have made it a bit further. Now I get this error
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.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.
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:$PATHand 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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: XML::LibXML fails install on macOS Big Sur
by syphilis (Archbishop) on Dec 07, 2020 at 23:10 UTC |