You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On Red Hat 9, I get 'could not locate your pod2man program'. Workaround?

Use this line to generate the Makefile before running "make":

LANG=C perl Makefile.PL

or alternatively,

unset LANG
perl Makefile.PL

This will work around this bug in the RH9 perl package.

  • No labels