Skip to content

Can't locate Data/Dumper.pm in @INC #564

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

Closed
zundaren opened this issue Sep 13, 2021 · 2 comments
Closed

Can't locate Data/Dumper.pm in @INC #564

zundaren opened this issue Sep 13, 2021 · 2 comments

Comments

@zundaren
Copy link

Can't locate Data/Dumper.pm in @inc (@inc contains: /usr/local/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 mysqltuner.pl line 52.
BEGIN failed--compilation aborted at mysqltuner.pl line 52 (#1)
(F) You said to do (or require, or use) a file that couldn't be found.
Perl looks for the file in all the locations mentioned in @inc, unless
the file name included the full path to the file. Perhaps you need
to set the PERL5LIB or PERL5OPT environment variable to say where the
extra library is, or maybe the script needs to add the library name
to @inc. Or maybe you just misspelled the name of the file. See
"require" in perlfunc and lib.

Uncaught exception from user code:
Can't locate Data/Dumper.pm in @inc (@inc contains: /usr/local/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 mysqltuner.pl line 52.
BEGIN failed--compilation aborted at mysqltuner.pl line 52.

@jmrenouard jmrenouard self-assigned this Sep 27, 2021
@jmrenouard
Copy link
Collaborator

Hi,

You are missing Data-Dumper perl Module.

Can you tell us your Linux OS distribution and version (/etc/os-release) ?

BR,
Jean-Marie

@jmrenouard
Copy link
Collaborator

Hi @zundaren

Fixed in 1.8.3

Best regards

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

No branches or pull requests

2 participants