<div>Hey folks...</div>
<div>Still no clue on this problem? :-(</div>
<div> </div>
<div>Regards and happy 2006,</div>
<div>Felipe<br><br>---------- Forwarded message ----------<br><span class="gmail_quote">From: <b class="gmail_sendername">Felipe Mendel N. Prates</b> <<a href="mailto:felipe.mnp@gmail.com">felipe.mnp@gmail.com</a>>
<br>Date: Dec 22, 2005 11:47 AM<br>Subject: man pages<br>To: <a href="mailto:kolab-users@kolab.org">kolab-users@kolab.org</a><br><br></span>Here it is...<br><br>[root@server:~]# man bash<br>(output ok, the man page is displayed)
<br><br>[root@server:~]# echo $MANPATH<br>(null)<br><br>[root@server:~]# eval `/kolab/etc/rc --eval all env`<br><br>[root@server:~]# man bash<br>(null, no man page displayed)<br><br>[root@server:~]# echo $MANPATH<br>/kolab/man:/kolab/local/man::/usr/share/man
<br><br>[root@server:~]# unset MANPATH<br><br>[root@server:~]# echo $MANPATH<br>(null)<br><br>[root@server:~]# man bash<br>(null, no man page displayed)<br><br><br><br>On 12/22/05, Bernhard Reiter <<a href="mailto:bernhard.reiter@intevation.de">
bernhard.reiter@intevation.de</a>> wrote:<br>> Am Mittwoch, 21. Dezember 2005 17:33 schrieb Felipe Mendel N. Prates:<br>> > Thanks for the response. You guessed right, before the eval I can read my<br>> > man pages normally. After the eval, I can't read even with "openpkg man.
<br>> > Whether before or after the eval, "which man" always resolve to<br>> > /usr/bin/man. I've tried ltracing /usr/bin/man but got no clues.<br>><br>> I tried it here on a few Kolab Servers and it worked.
<br>> Try doing the steps manually:<br>>    /kolab/etc/rc --eval all env<br>> and then look at the result before copy and pasting it into the shell.<br>><br>> Next check if MANPATH is set correctly.<br>>
<br> </div>