×
pm usually means Perl Module, so it is likely a perl module that needs to be installed or the PERLLIB environment variable needs to be setup like it is for the more complex commands you are running.
Sep 21, 2023
People also ask
Apr 2, 2018 · Solution: If you get a Perl error message like "Can't locate Foo.pm in @INC", this message means that the Perl module you're trying to include ( ...
Feb 21, 2017 · Perl script can't locate Env.pm in @INC ... I have tried to find the Env.pm module ( find . -name Env.pm -print ) but nothing happens, it just ...
Nov 1, 2021 · Can't locate script.pm in @INC (you may need to install the script module) (@INC contains: /usr/lib/perl5/site_perl ...
You'll have to make sure that the $ENV{'PATH'} variable includes the directory where the functions.pm module is located. So you can either edit $ENV{'PATH'} or ...
Jan 1, 2021 · It looks like a new Perl dependency was introduced with OpenSSL 1.1.1i. It is causing trouble. openssl-1.1.1i$ ./Configure Can't locate FindBin.
Jan 26, 2005 · hi, i'm newish to perl and was running a script someone wrote and i got this error message: Can't locate Common.pm in @INC (@INC contains: .
Oct 12, 2015 · The local::lib installation instructions tell you to add a line to your .bashrc or .bash_profile . From your error, it looks like the line