(Title) I nuked script.pm. Now postgres don't want to talk to me
(Body) Can't locate strict.pm in /usr/local/lib/x86_64-linux-gnu/perl/5.24.1/strict.pm
Which one, script.pm or strict.pm ? I guess strict.pm, but you keep writing script.pm even in your replies. There's no such file in the perl core.
Get your perl version running perl -v. Get the tarball of that perl version from http://cpan.org/src/5.0/. Unpack that tarball, locate strict.pm there. Run perl -le 'print for @INC' and copy the strict.pm from the unpacked tarball directory over to one of the locations shown by the last command, make it world readable. You should now be able to run into other errors. As soon as your perl is functional, re-install perl (and maybe perl-base, depending on what you are running) with your system's package manager.
In reply to Re: I nuked strict.pm. Now postgres don't want to talk to me
by shmem
in thread I nuked strict.pm. Now postgres don't want to talk to me
by pvaldes
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |