Entering edit mode
3.8 years ago
51203903042
▴
20
When I installed miRDeep2, the following error occurred in make_html.pl:
Cannot find PDF/API2.pm in @INC (@INC contains:
/usr/local/lib64/perl5/usr/local/share/perl5/usr/lib64/perl5/vendor_perl/usr/share/perl5/vendor_perl/ usr / lib64 / perl5 / usr / share / perl5.) Located at line 9 of /home/students/anaconda3/bin/make_html.pl.
BEGIN failed-compilation was aborted in line 9 of /home/students/anaconda3/bin/make_html.pl.
I added the path to “./bashrc”,like following:
export PERL5LIB=/home/students/anaconda3/lib/site_perl/5.26.2/PDF/
(which is the location of API2.pm) and the source “./bashrc” ,script make_html.pl still showed the same error. Can you help me? Many thanks!