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

File::Which module #17

Closed
ramarquezo opened this issue Oct 8, 2015 · 4 comments
Closed

File::Which module #17

ramarquezo opened this issue Oct 8, 2015 · 4 comments

Comments

@ramarquezo
Copy link

This is my output when I run proovread:

Can't locate File/Which.pm in @inc (you may need to install the File::Which module) (@inc contains: /bin/proovread/bin/../lib/ /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./proovread line 20.

@thackl
Copy link
Contributor

thackl commented Oct 9, 2015

You need the File::Which perl module, you can either install it via CPAN command line or download the source code. Assuming you need to install locally:

wget http://search.cpan.org/CPAN/authors/id/P/PE/PEREINAR/File-Which-0.05.tar.gz
tar -xzf File-Which-0.05.tar.gz
cd File-Which-0.05
perl Makefile.PL INSTALLSITELIB=/path/to/proovread/lib   # << set this path !!!!
make && make install

Ignore ERROR: Can't create '/usr/local/bin', you don't need that.. You should now have /path/to/proovread/lib/File/Which.pm and proovread should find it directly.

@ramarquezo
Copy link
Author

Thanks thackl, I ran the sample test and all looks ok!!!! Thank you so much!!!

@csuliweilong
Copy link

Hi @thackl ,

I followed your instructions to install FIle:Which.

However, I still cannot filnd which.pm in /path/to/proovread/lib/File/.

Can I copy which.pm in File-Which-0.05 to /path/to/proovread/lib/File/?

Thank you!

Weilong

@csuliweilong
Copy link

I fixed this problem. Thank you!

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

3 participants