Subject: | I could not locate your pod2man program. |
Problem description :
====================
I could not install Archive::Zip from sources on a RedHat AS.
Running 'make' fails :
Makefile:88: *** missing separator. ArrĂȘt.
While running the 'perl Makefile.PL' I had the following warning :
Warning: I could not locate your pod2man program. Please make sure,
your pod2man program is in your PATH before you execute 'make'
Though pod2man is there in /usr/bin/pod2man
Fix :
====
This solution was suggested by Redhat support and works:
# export LANG=en_US
# perl -MCPAN -e shell
Show quoted text
> install Archive::Zip
> quit