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

Perl version problems #4

Open
PanuMaaFMI opened this issue Oct 17, 2024 · 0 comments
Open

Perl version problems #4

PanuMaaFMI opened this issue Oct 17, 2024 · 0 comments

Comments

@PanuMaaFMI
Copy link

FYI: When trying to run Monitor on Atos, the newer versions of Perl (approx. +5.26) might have problems finding the files from your $pwd. It results to a following error in the Env_exp.log:

...Can't locate selection.pm in @INC (you may need to install the selection module) (@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)...

This is because the @inc variable (Perl's path in a sense), does not include $pwd anymore. One can solve this by adding it manually:

export PERL5LIB=$PERL5LIB:.

After that, monitor should work fine. This problem probably does not only concern Atos, but also other environments where higher Perl versions are used by default.

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

1 participant