On Mon, May 03, 2021 at 08:47:15PM -0400, Jon Fineman wrote:
> Any detailed instructions on how to remove the newer module? Both cpan and 
> cpanm also get the binary mismatch error, so I can't uninstall base64 via 
> cpan.
> 
> Is there a list of files/directories I can remove? I tried moving Base64.so 
> in local but still got the error. So there seems to be a few more steps 
> needed.

Based on this:
https://metacpan.org/source/CAPOEIRAB/MIME-Base64-3.16/MANIFEST

I would expect removing these two directories to clean that up.

/usr/local/libdata/perl5/site_perl/amd64-openbsd/MIME
/usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/MIME

Once pkg_add works again, sysutils/sysclean should help find anything
other cruft in there.


Or, specifically the files covering these three:

$ find /usr/libdata/perl5/*/{,auto/}MIME -type f 
/usr/libdata/perl5/amd64-openbsd/MIME/Base64.pm
/usr/libdata/perl5/amd64-openbsd/MIME/QuotedPrint.pm
/usr/libdata/perl5/amd64-openbsd/auto/MIME/Base64/Base64.so


Is it still the same Base64.c error, or did some other module get
installed as well?


l8rZ,
-- 
andrew - http://afresh1.com

Computer analyst to programmer:
               "You start coding. I'll go find out what they want."

Reply via email to