Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't locte Math/Random.pm #24

Closed
mossishahi opened this issue Feb 1, 2019 · 1 comment
Closed

Can't locte Math/Random.pm #24

mossishahi opened this issue Feb 1, 2019 · 1 comment

Comments

@mossishahi
Copy link

Hi
As I was taking the steps to install LRSIM, faced the below error while running the sh test.sh.

Can't locate Math/Random.pm in @INC (you may need to install the Math::Random module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at ../simulateLinkedReads.pl line 35.
BEGIN failed--compilation aborted at ../simulateLinkedReads.pl line 35.

un commented these two lines:

#use lib "./lib";
#use lib dirname($0)."/lib";

but was not helpful and faced this error:

then deleted the lib folder and did the recommended steps in #1 , but was faced the same errors.

@aquaskyline
Copy link
Owner

Please install the Perl library Math::Random in your system. Usually it is installed by default with Perl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants