Changes between Version 20 and Version 21 of ProblemHotlist


Ignore:
Timestamp:
Jun 22, 2008, 6:49:53 PM (16 years ago)
Author:
jokkel@…
Comment:

added man page locale not found

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v20 v21  
    9696
    9797You could also set up your `.profile` manually, as [http://guide.macports.org/#installing.shell explained in the Guide].
     98
     99== 5. man port fails with error message ==
     100If you get following error message, when trying to access the man page for port or installed ports.
     101{{{
     102Cannot open the message catalog "man" for locale "de_DE.UTF-8" (NLSPATH="<none>")
     103No manual entry for port
     104}}}
     105Add the following line to your .profile or .bash_profile.
     106{{{
     107export MANPATH=${MANPATH}:/opt/local/man
     108}}}
     109ticket:13444