On Thu, Apr 20, 2023 at 12:49:35AM -0700, Jonathan Thornburg wrote: > Andrew Hewus Fresh <and...@afresh1.com> wrote: > > This usually happens when an XS module is installed outside of the > > package ecosystem, often with a CPAN client. > > > > I would guess this error is Term::ReadLine::Gnu > > https://metacpan.org/pod/Term::ReadLine::Gnu > > I've never used the CPAN client (I always install CPAN perl modules > "manually" via 'perl Makefile.PL'; 'make'; 'make test'; 'doas make install', > and follow dependency chains manually).
This also would have the same effect. The cpan tooling is just wrappers to do just this for you. I just guessed at Term::ReadLine::Gnu, you could search for the Gnu.so in /usr/local/libexec/perl5 and see what the actual module is. l8rZ, -- andrew Hey! It compiles! Ship it!