Created
June 15, 2020 11:19
-
-
Save rey/75f7d19e155df48bc5b65b710b1cb3aa to your computer and use it in GitHub Desktop.
Can't locate plugins/Markdown.pl in @inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Can't locate plugins/Markdown.pl in @INC (@INC contains: ./extlib ./lib | |
/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x8 | |
6_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at lib/MT.pm line 117 (#2) | |
(F) You said to do (or require, or use) a file that couldn't be found. | |
Perl looks for the file in all the locations mentioned in @INC, unless | |
the file name included the full path to the file. Perhaps you need | |
to set the PERL5LIB or PERL5OPT environment variable to say where the | |
extra library is, or maybe the script needs to add the library name | |
to @INC. Or maybe you just misspelled the name of the file. See | |
"require" in perlfunc and lib. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment