in reply to RNA.pm module loading problem

What directory is RNA.pm in? You probably need to use a 'use lib' statement or set the PERL5LIB environment variable to tell perl where that library is. Or you need to install the RNA library.

Replies are listed 'Best First'.
Re^2: RNA.pm module loading problem
by Anonymous Monk on May 28, 2020 at 03:12 UTC
    Hi, my name is Qian, and I am experiencing a similar problem here.
    I can see that my RNA.pm is in this directory: /share/apps/ViennaRNA-2.1.7/compile-install/lib/site_perl/5.14.2/x86_64-linux-thread-multi/RNA.pm

    I have posted a more detailed question on the StackOverflow if that helps: https://stackoverflow.com/questions/62050749/viennarna-packages-perl-module-rna-pm-is-required

    Can you please elaborate more on "use a 'use lib' statement or set the PERL5LIB environment variable to tell perl where that library is. Or you need to install the RNA library." I don't fully understand how I should do that. Thanks in advance for any help and sorry if this is a very basic question!