Openbsd /
Perl
19:42 < Dima> I have this error. How to fix it? Can't load perl5/lib/perl5/amd64-openbsd/auto/Encode/Encode.so for module Encode: File not found at perl5/lib/perl5/amd64-openbsd/XSLoader.pm line 96. ^@ at perl5/lib/perl5/amd64-openbsd/Encode.pm line 12. 19:43 < Dima> jrmu: inn floods my log with this error 19:43 <~jrmu> I suspect maybe you need to install it with CPAN 19:44 <~jrmu> what do you think about using a more minimal NNTP Dima 19:44 < Dima> jrmu: I had it installed with CPAN 20:25 <~jrmu> I think this is the path on openbsd: /usr/local/libdata/perl5/site_perl/amd64-openbsd/ 20:58 < Dima> custom umask caused incorrect permissions for some perl dirs. as result only user "dima" had access to the required perl libraries. 20:58 < Dima> it seemed to me that perl was able to adjust the value in accordance with its task. I was wrong. I had a better opinion about perl. 20:58 <~jrmu> ok so you changed perms, $ doas chmod -R o+rx or something? 20:58 <~jrmu> write it down 20:58 <~jrmu> even if it's buggy 20:58 <~jrmu> we can always fix bugs later 20:59 < Dima> I did chmod 755 20:59 < Dima> there was something like rxw-x-x