http://qs321.pair.com?node_id=11104114

JRBJhawk has asked for the wisdom of the Perl Monks concerning the following question:

I recently upgraded both of my Linux systems from Fedora 28 to 29. A Perl program which previously worked fine on both system now aborts with this error

Can't load '/home/john/perl5/lib/perl5/x86_64-linux-thread-multi/auto/ +XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: libperl.so. +5.26: cannot open shared object file: No such file or directory at /u +sr/lib64/perl5/DynaLoader.pm line 193. at /home/john/perl5/lib/perl5/x86_64-linux-thread-multi/XML/Parser.pm + line 18. Compilation failed in require at /home/john/perl5/lib/perl5/x86_64-lin +ux-thread-multi/XML/Parser.pm line 18. BEGIN failed--compilation aborted at /home/john/perl5/lib/perl5/x86_64 +-linux-thread-multi/XML/Parser.pm line 22. Compilation failed in require at /home/john/perl5/lib/perl5/XML/Twig.p +m line 151. BEGIN failed--compilation aborted at /home/john/perl5/lib/perl5/XML/Tw +ig.pm line 151. Compilation failed in require at /home/john/perl5/lib/perl5/OpenOffice +/OODoc/XPath.pm line 14. BEGIN failed--compilation aborted at /home/john/perl5/lib/perl5/OpenOf +fice/OODoc/XPath.pm line 14. Compilation failed in require at /home/john/perl5/lib/perl5/OpenOffice +/OODoc/Meta.pm line 14. BEGIN failed--compilation aborted at /home/john/perl5/lib/perl5/OpenOf +fice/OODoc/Meta.pm line 14. Compilation failed in require at /home/john/perl5/lib/perl5/OpenOffice +/OODoc.pm line 11. BEGIN failed--compilation aborted at /home/john/perl5/lib/perl5/OpenOf +fice/OODoc.pm line 11. Compilation failed in require at ./cvt_ref_pay.pl line 4. BEGIN failed--compilation aborted at ./cvt_ref_pay.pl line 4.

The file in question (Expat.so) exists in the proper directory. All of my other Perl programs work with no problems after the upgrade. Do the Perl Monks have any ideas?