You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use XML::LibXML from the package perl-libxml-libxml is get undefined symbol error for symbol PL_na:
/opt/bin/perl -e "use XML::LibXML;"
Can't load '/opt/lib/perl5/site_perl/5.26.1/powerpc-linux/auto/XML/LibXML/LibXML.so' for module XML::LibXML: /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/auto/XML/LibXML/LibXML.so: undefined symbol: PL_na at /opt/lib/perl5/5.26.1/powerpc-linux/DynaLoader.pm line 193.
at /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/XML/LibXML.pm line 156.
BEGIN failed--compilation aborted at /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/XML/LibXML.pm line 156.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
The text was updated successfully, but these errors were encountered:
When I try to use XML::LibXML from the package perl-libxml-libxml is get undefined symbol error for symbol PL_na:
/opt/bin/perl -e "use XML::LibXML;"
Can't load '/opt/lib/perl5/site_perl/5.26.1/powerpc-linux/auto/XML/LibXML/LibXML.so' for module XML::LibXML: /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/auto/XML/LibXML/LibXML.so: undefined symbol: PL_na at /opt/lib/perl5/5.26.1/powerpc-linux/DynaLoader.pm line 193.
at /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/XML/LibXML.pm line 156.
BEGIN failed--compilation aborted at /opt/lib/perl5/site_perl/5.26.1/powerpc-linux/XML/LibXML.pm line 156.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
The text was updated successfully, but these errors were encountered: