Hi Jamenson, At 2026-03-13T11:31:32-0300, Jamenson Espindula wrote: > I followed your instructions. The log is at <https://pastebin.com/1szpN9Vp>. > > The Perl 5.42.0 module 'Locale::Po4a::Sgml' was not found on the system. > > However, at least, I have the man page of that module installed on the > system. Is it possible to have the man page installed, but not the > module of that man page itself? > > How can I exactly identify what path is being searched? How can I > output what path (of Perl 5.42.0) is in effect in my system right now?
Here's a Perl one-liner to do exactly that. perl -e 'use Locale::Po4a::Sgml;' And here's an illustration of how it fails. $ perl -e 'use Locale::Po4a::SgmlNONEXISTENT;' Can't locate Locale/Po4a/SgmlNONEXISTENT.pm in @INC (you may need to install the Locale::Po4a::SgmlNONEXISTENT module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at -e line 1. BEGIN failed--compilation aborted at -e line 1. Regards, Branden
signature.asc
Description: PGP signature
