Hi,
I am trying to install mirdeep2. At the last step, I tested make_html.pl and error appeared as following:
[liran@ip14-mp2 tools]$ make_html.pl Can't locate PDF/API2.pm in @INC (@INC contains: /home/liran/tools/mirdeep2/lib64/perl5 /home/liran/tools/ViennaRNA-2.1.2/install_dir/lib64/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/liran/tools/mirdeep2/make_html.pl line 9. BEGIN failed--compilation aborted at /home/liran/tools/mirdeep2/make_html.pl line 9.
Could anybody tell me what's wrong? And how to fix it?
Really need your help.
Thanks you!
it's probably quite likely the PDF::API2 module isn't installed on your system,
cpan install PDF::API2
is probably the best/quickest way of fixing that. This module is listed in the README as a dependency.Thank you, Simon. I have installed the module. But I din't set the path correctly. Now it works.
I have installed
cpan install PDF::API2
And still got error