Results 1 to 10 of 10
Hi,
Not able to view the man pages for the linux shell commands.
For ex: when I enter
# man printf
The following response was obtained
XXX
XXX WARNING: old ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 1
Not able to view the man pages
Hi,
Not able to view the man pages for the linux shell commands.
For ex: when I enter
# man printf
The following response was obtained
XXX
XXX WARNING: old character encoding and/or character set
XXX
(END)
I tried googling on this issue
with the string "WARNING: old character encoding and/or character set".The results were
not discussing a solution for this type of error.
Can you kindly provide me some tips on solving this problem??.
Linux distro: Fedora 5
linuxFresher
- 02-08-2008 #2Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
problems viewing man pages
hello,
it looks to me as if you have permission problems on /usr/bin/iconv
to fix this, please run (as root):
# chmod ugo+x /usr/bin/iconv
or, if you are in sudoers,
$ sudo chmod ugo+x /usr/bin/iconv
i also ran into this same problem, and googled around just as you did, and landed on this post.
this fixed the problem, hope it helps
- 01-12-2009 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
I have the same issue but doing a chmod does not help. BTW, I am using CentOS 4.6 for which there is no iconv or libiconv available. So I have compiled on my own installed in /usr/local/bin and /usr/local/lib and both are in PATH and LD_LIBRARY_PATH
- 01-12-2009 #4
Just as an experiment try:
$ locate man/man
Then pick one of the results and do:
$ man /path/man/man/..... What happens?
- 01-20-2009 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
well:
gives same error..[root@dune ~]# man /usr/share/man/man8/grub.8.gz
- 08-28-2009 #6Just Joined!
- Join Date
- Aug 2009
- Posts
- 2
XXX WARNING: old character encoding and/or character set
Delete the file named "XXX" in your home directory .
- 08-28-2009 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
- 09-04-2009 #8Just Joined!
- Join Date
- Aug 2009
- Posts
- 2
- 09-19-2009 #9
Is the MANPATH environment variable set?
Code:$ export MANPATH=/path:/path1/etc..
- 09-21-2009 #10Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Yes, MANPATH variable is set in /etc/profile.


Reply With Quote

