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

Need to include a check for perl modules to be installed #3

Open
pashadag opened this issue May 15, 2014 · 0 comments
Open

Need to include a check for perl modules to be installed #3

pashadag opened this issue May 15, 2014 · 0 comments
Labels

Comments

@pashadag
Copy link
Contributor

(from Rayan)

`perl cnfind.pl` crashes with: "Can't locate File/HomeDir.pm in @INC .."

Need to install File::HomeDir in Perl.

To do this, type this in a terminal (no root needed):

wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
eval perl -I ~/perl5/lib/perl5 -Mlocal::lib
echo 'eval perl -I ~/perl5/lib/perl5 -Mlocal::lib' >> ~/.bash_profile
cpanm File::HomeDir
restart bash

(follows http://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user)

@pashadag pashadag added the bug label May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant